diff --git a/.github/workflows/test-tutorials.yml b/.github/workflows/test-tutorials.yml index c0e336ec..38be26f8 100644 --- a/.github/workflows/test-tutorials.yml +++ b/.github/workflows/test-tutorials.yml @@ -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