Skip to content

Commit

Permalink
Add jsonschema dependency to fix GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Oct 24, 2023
1 parent 89f7d27 commit 36a2943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install .[all]
pip install .[all] jsonschema
- name: Install dcm2niix posix
if: runner.os != 'Windows'
Expand Down

0 comments on commit 36a2943

Please sign in to comment.