Skip to content

Commit 2d7cfd0

Browse files
committed
chore(schemacode-ci): Fix installation to not replicate test dependency list
1 parent 71d679d commit 2d7cfd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/schemacode_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: "Install build dependencies"
3434
run: pip install --upgrade build twine
3535
- name: "Install test dependencies on tag"
36-
run: pip install --upgrade pytest pyyaml pandas tabulate markdown-it-py pyparsing
36+
run: pip install --upgrade tools/schemacode[test]
3737
if: ${{ startsWith(github.ref, 'refs/tags/schema-') }}
3838
- name: "Build archive on tag"
3939
run: pytest tools/schemacode/bidsschematools -k make_archive

0 commit comments

Comments
 (0)