We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2708814 commit c8469fdCopy full SHA for c8469fd
.github/workflows/cwltool.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: '3.9.x'
24
25
- name: Setup prerequirements
26
- run: pip install cwltest cwltool
+ run: pip install cwltest "https://github.com/common-workflow-language/cwltool/archive/refs/heads/cwl-v1.3.zip"
27
28
- name: Run tests against the reference runner
29
- run: ./run_test.sh RUNNER=cwltool "EXTRA=--parallel --relax-path-checks" -j$(nproc)
+ run: ./run_test.sh RUNNER=cwltool "EXTRA=--parallel --relax-path-checks --enable-dev" -j$(nproc)
0 commit comments