We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d679d commit 2d7cfd0Copy full SHA for 2d7cfd0
1 file changed
.github/workflows/schemacode_ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: "Install build dependencies"
34
run: pip install --upgrade build twine
35
- name: "Install test dependencies on tag"
36
- run: pip install --upgrade pytest pyyaml pandas tabulate markdown-it-py pyparsing
+ run: pip install --upgrade tools/schemacode[test]
37
if: ${{ startsWith(github.ref, 'refs/tags/schema-') }}
38
- name: "Build archive on tag"
39
run: pytest tools/schemacode/bidsschematools -k make_archive
0 commit comments