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 }}"