Skip to content

Commit

Permalink
removed a line and add optional dependency for test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvm-shlee committed Feb 1, 2024
1 parent 6ff8bfc commit 913193f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install .[SimpleITK]
- name: Install tutorial
run: make tests/tutorials

- name: Test tutorial notebook
run: |
python -m pytest --nbmake tests/tutorials/JupyterNotebooks/01_GettingStarted.ipynb
tree tests/tutorials/raw
python -m pytest --nbmake tests/tutorials/JupyterNotebooks/01_GettingStarted.ipynb

0 comments on commit 913193f

Please sign in to comment.