We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbc2f4 commit 9f9883eCopy full SHA for 9f9883e
.github/workflows/cron-siibra-tutorials.yml
@@ -20,6 +20,7 @@ jobs:
20
python -m pip install --upgrade pip
21
python -m pip install -U .
22
pip install -r requirements.txt
23
+ pip install siibra_jugex
24
pip install matplotlib
25
pip install pytest nbmake
26
@@ -33,4 +34,4 @@ jobs:
33
34
ref: 'main'
35
36
- name: Test tutorial notebooks with nbmake
- 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