Skip to content

Commit

Permalink
CI: temporarily run the NBLAST example separately
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 5, 2024
1 parent 5564f66 commit 3cd59a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ jobs:
QT_QPA_PLATFORM: offscreen
with:
run: |
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 3cd59a9

Please sign in to comment.