Skip to content

Commit

Permalink
ci: install cwltool from the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jul 17, 2024
1 parent c2ade85 commit c918e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cwltool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.9.x'

- name: Setup prerequirements
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"

- name: Copy in cwltool-specific configuration for the cwltest pytest plugin
run: cp "$(python -c 'from cwltool.tests.util import get_data; print(get_data("tests/cwl-conformance/cwltool-conftest.py"))')" conftest.py
Expand Down

0 comments on commit c918e30

Please sign in to comment.