From a0b21898f0515ec586136800d2c2bfcb589b2e78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 04:38:25 +0000 Subject: [PATCH] Update tutorials from cylc-flow --- .../tutorial/cylc-forecasting-workflow/etc/python-job.settings | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metomi/rose/etc/tutorial/cylc-forecasting-workflow/etc/python-job.settings b/metomi/rose/etc/tutorial/cylc-forecasting-workflow/etc/python-job.settings index 15de1f8ea1..53b4aa2c17 100644 --- a/metomi/rose/etc/tutorial/cylc-forecasting-workflow/etc/python-job.settings +++ b/metomi/rose/etc/tutorial/cylc-forecasting-workflow/etc/python-job.settings @@ -7,6 +7,5 @@ [[[environment]]] # These environment variables ensure that tasks can # run in the same environment as the workflow: - {% from "sys" import path, executable %} - PYTHONPATH = {{':'.join(path)}} + {% from "sys" import executable %} PATH = $(dirname {{executable}}):$PATH