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 257a5f2 commit 48a4989Copy full SHA for 48a4989
.github/workflows/cwltool.yml
@@ -21,10 +21,10 @@ jobs:
21
22
- uses: actions/setup-python@v6
23
with:
24
- python-version: '3.9.x'
+ python-version: '3.10.x'
25
26
- name: Setup prerequirements
27
- run: pip install "cwltest>=2.3" pytest-xdist "cwltool>=3.1.20240909164951"
+ run: pip install "cwltest>=2.3" pytest-xdist git+https://github.com/common-workflow-language/cwltool.git@refs/pull/2177/head
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