Skip to content

Commit

Permalink
CI: fix issue with a path
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 5, 2024
1 parent 3cd59a9 commit 2e47ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
QT_QPA_PLATFORM: offscreen
with:
run: |
python /docs/examples/5_nblast/plot_00_nblast_intro.py
python -c "import os;print('CPU count:', os.cpu_count())"
python docs/examples/5_nblast/plot_00_nblast_intro.py
python -c "import os;from caveclient import CAVEclient;client=CAVEclient();client.auth.save_token(os.getenv('CAVE_SECRET'))"
python tests/test_tutorials.py

0 comments on commit 2e47ec9

Please sign in to comment.