Skip to content

Commit

Permalink
test: install siibra-jugex for siibra-tutorial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed May 7, 2024
1 parent 5fbc2f4 commit 9f9883e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cron-siibra-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -U .
pip install -r requirements.txt
pip install siibra_jugex
pip install matplotlib
pip install pytest nbmake
Expand All @@ -33,4 +34,4 @@ jobs:
ref: 'main'

- name: Test tutorial notebooks with nbmake
run: pytest --nbmake ./siibra-tutorials-${{ github.run_id }}-${{ github.run_number }}
run: pytest --nbmake --nbmake-timeout=1200 ./siibra-tutorials-${{ github.run_id }}-${{ github.run_number }}

0 comments on commit 9f9883e

Please sign in to comment.