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 0de0ffd commit a0f2d38Copy full SHA for a0f2d38
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: '3.8.x'
26
27
- name: Setup prerequirements
28
- run: pip install cwltest schema-salad
+ run: pip install cwltest schema-salad[pycodegen]
29
30
- name: Download schema for conformance_tests.yaml
31
run: curl -LO https://raw.githubusercontent.com/common-workflow-language/cwltest/main/cwltest/cwltest-schema.yml
0 commit comments