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 5b76705 commit a6ffcbaCopy full SHA for a6ffcba
.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 "git+https://github.com/common-workflow-language/cwltool.git@cwl-v1.3#egg=cwltool"
+ run: pip install "cwltest>=2.3" pytest-xdist "git+https://github.com/common-workflow-language/cwltool.git@main#egg=cwltool"
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