Skip to content

Commit fb50b40

Browse files
.
1 parent f4dd05d commit fb50b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create-conda-envs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
# get cylc version...
1818
if [[ -z '${{ inputs.cylc_flow_version }}' ]]; then
1919
# ... from cylc library
20-
CYLC_RELEASE="$(python ./docs/src/lib/cylc_release.py)"
20+
CYLC_RELEASE="$(python ./src/lib/cylc_release.py)"
2121
else
2222
# ... from GitHub action input
2323
CYLC_RELEASE="${{ inputs.cylc_flow_version }}"

0 commit comments

Comments
 (0)