Skip to content

Commit

Permalink
chore(schemacode-ci): Fix installation to not replicate test dependen…
Browse files Browse the repository at this point in the history
…cy list
  • Loading branch information
effigies committed May 23, 2024
1 parent 71d679d commit 2d7cfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schemacode_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: "Install build dependencies"
run: pip install --upgrade build twine
- name: "Install test dependencies on tag"
run: pip install --upgrade pytest pyyaml pandas tabulate markdown-it-py pyparsing
run: pip install --upgrade tools/schemacode[test]
if: ${{ startsWith(github.ref, 'refs/tags/schema-') }}
- name: "Build archive on tag"
run: pytest tools/schemacode/bidsschematools -k make_archive
Expand Down

0 comments on commit 2d7cfd0

Please sign in to comment.