Skip to content

Commit c8469fd

Browse files
committed
cwltool test: use the in-progress branch with --enable-dev
1 parent 2708814 commit c8469fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cwltool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.9.x'
2424

2525
- name: Setup prerequirements
26-
run: pip install cwltest cwltool
26+
run: pip install cwltest "https://github.com/common-workflow-language/cwltool/archive/refs/heads/cwl-v1.3.zip"
2727

2828
- name: Run tests against the reference runner
29-
run: ./run_test.sh RUNNER=cwltool "EXTRA=--parallel --relax-path-checks" -j$(nproc)
29+
run: ./run_test.sh RUNNER=cwltool "EXTRA=--parallel --relax-path-checks --enable-dev" -j$(nproc)

0 commit comments

Comments
 (0)