Skip to content

Commit 48a4989

Browse files
Add related cwltool PR to CI
1 parent 257a5f2 commit 48a4989

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
@@ -21,10 +21,10 @@ jobs:
2121

2222
- uses: actions/setup-python@v6
2323
with:
24-
python-version: '3.9.x'
24+
python-version: '3.10.x'
2525

2626
- name: Setup prerequirements
27-
run: pip install "cwltest>=2.3" pytest-xdist "cwltool>=3.1.20240909164951"
27+
run: pip install "cwltest>=2.3" pytest-xdist git+https://github.com/common-workflow-language/cwltool.git@refs/pull/2177/head
2828

2929
- name: Copy in cwltool-specific configuration for the cwltest pytest plugin
3030
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

Comments
 (0)