From 8eacfb9c0be4be01b7ae7a2f72a618c8bcaa871a Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Wed, 4 Sep 2024 17:22:46 +0100 Subject: [PATCH] CI: fix syntax error in yml file --- .github/workflows/test-tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-tutorials.yml b/.github/workflows/test-tutorials.yml index 3e579f07..38f28154 100644 --- a/.github/workflows/test-tutorials.yml +++ b/.github/workflows/test-tutorials.yml @@ -38,5 +38,5 @@ jobs: INSECT_BRAIN_DB_PASSWORD: ${{ secrets.insect_brain_db_password }} with: run: | - NAVIS_PLOT3D_BACKEND="plotly" + NAVIS_PLOT3D_BACKEND=plotly python tests/test_tutorials.py