Skip to content

Commit a6ffcba

Browse files
committed
ci: install cwltool from the main branch
1 parent 5b76705 commit a6ffcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cwltool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: '3.9.x'
2525

2626
- 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"
27+
run: pip install "cwltest>=2.3" pytest-xdist "git+https://github.com/common-workflow-language/cwltool.git@main#egg=cwltool"
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)