Skip to content

Commit

Permalink
COMP: Pre-install ImageJ in notebook CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 5, 2022
1 parent 974cc40 commit 4c55e8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/notebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -e ".[test]"
python3 -m pip install pyimagej
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
- name: Test notebooks
run: |
pytest --nbmake --nbmake-timeout=3000 examples/*ipynb
pytest --nbmake --nbmake-timeout=3000 examples/*ipynb

0 comments on commit 4c55e8d

Please sign in to comment.