From 2e47ec9030079633b54b5eba4f105afddf9b15b2 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Thu, 5 Sep 2024 21:17:01 +0100 Subject: [PATCH] CI: fix issue with a path --- .github/workflows/test-tutorials.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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