Skip to content

Commit

Permalink
CI: fix syntax error in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 4, 2024
1 parent 20b7ab1 commit 8eacfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8eacfb9

Please sign in to comment.