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 eb28505 commit 5ded0e1Copy full SHA for 5ded0e1
.github/workflows/cwltool.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: '3.9.x'
25
26
- name: Setup prerequirements
27
- run: pip install "cwltest>=2.3" pytest-xdist "cwltool>=3.1.20230213100550"
+ run: pip install "cwltest>=2.3" pytest-xdist "https://github.com/common-workflow-language/cwltool/archive/refs/heads/cwl-v1.3.zip"
28
29
- name: Copy in cwltool-specific configuration for the cwltest pytest plugin
30
run: cp "$(python -c 'from cwltool.tests.util import get_data; print(get_data("tests/cwl-conformance/cwltool-conftest.py"))')" conftest.py
0 commit comments