Skip to content

Commit

Permalink
install SimpleITK on test
Browse files Browse the repository at this point in the history
  • Loading branch information
dvm-shlee committed Feb 1, 2024
1 parent 89f266f commit a0d3d90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
python -m pip install --upgrade pip
pip install .[dev]
- name: Install optional dependencies for ITK dataset
run: |
pip install .[SimpleITK]
- name: Install tutorial
run: make tests/tutorials

Expand Down

0 comments on commit a0d3d90

Please sign in to comment.