From 7c4347b515a6b98dc91a6ddfc4f8241f63b22e49 Mon Sep 17 00:00:00 2001 From: dasha-shchep <28752245+dasha-shchep@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:49:17 +0100 Subject: [PATCH] Fix instance of `install_local_cset` in flow.cylc --- cset-workflow/flow.cylc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cset-workflow/flow.cylc b/cset-workflow/flow.cylc index 2fae0c1ff..3f9a866de 100644 --- a/cset-workflow/flow.cylc +++ b/cset-workflow/flow.cylc @@ -26,7 +26,7 @@ URL = https://metoffice.github.io/CSET # Runs every cycle to process the data in parallel. {{CSET_CYCLE_PERIOD}} = """ - install_website_skeleton[^] & install_local_cset[^] => + install_website_skeleton[^] & build_conda[^] => FETCH_DATA:succeed-all => PARALLEL:succeed-all => process_finish => housekeeping_raw