Skip to content

Commit 40324bd

Browse files
committed
Update egg
1 parent 909141b commit 40324bd

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/[email protected]#egg=proj"
27+
run: pip install "cwltest>=2.3" pytest-xdist "git+https://github.com/common-workflow-language/[email protected]#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)