Skip to content

Commit 8840e6d

Browse files
Dana SinghDana Singh
authored andcommitted
#203 Mixed up version and long
1 parent 5bf4e7a commit 8840e6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create_test_conda_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Check pre-configure plugin registered correctly
5252
run: |
53-
cylc long --version
53+
cylc version --long
5454
exit 1
5555
5656
- name: cylc lint workflow files

for_gh_runner/runscript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export PATH=/mnt/.local/bin:$PATH
2929
cd -
3030

3131
#####check for cylc install plugin
32-
cylc long --version
32+
cylc version --long
3333
exit 1
3434
##################################
3535

0 commit comments

Comments
 (0)