Skip to content

Commit 9f9883e

Browse files
committed
test: install siibra-jugex for siibra-tutorial tests
1 parent 5fbc2f4 commit 9f9883e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cron-siibra-tutorials.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
python -m pip install --upgrade pip
2121
python -m pip install -U .
2222
pip install -r requirements.txt
23+
pip install siibra_jugex
2324
pip install matplotlib
2425
pip install pytest nbmake
2526
@@ -33,4 +34,4 @@ jobs:
3334
ref: 'main'
3435

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

0 commit comments

Comments
 (0)