From fb50b40b4477d923b8cf259cc5cf6f1192dd9a90 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Tue, 22 Mar 2022 15:40:12 +0000 Subject: [PATCH] . --- .github/actions/create-conda-envs/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-conda-envs/action.yml b/.github/actions/create-conda-envs/action.yml index 475909087b8..6cf538add34 100644 --- a/.github/actions/create-conda-envs/action.yml +++ b/.github/actions/create-conda-envs/action.yml @@ -17,7 +17,7 @@ runs: # get cylc version... if [[ -z '${{ inputs.cylc_flow_version }}' ]]; then # ... from cylc library - CYLC_RELEASE="$(python ./docs/src/lib/cylc_release.py)" + CYLC_RELEASE="$(python ./src/lib/cylc_release.py)" else # ... from GitHub action input CYLC_RELEASE="${{ inputs.cylc_flow_version }}"