Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Mar 22, 2022
1 parent f4dd05d commit fb50b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-conda-envs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit fb50b40

Please sign in to comment.