Skip to content

Commit 244df73

Browse files
committed
syntax error fix
1 parent c848d3d commit 244df73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notebook-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Run tests
8888
run: |
89-
-set e
89+
set -e
9090
cd $GITHUB_WORKSPACE
9191
source "$VENV_PATH/bin/activate"
9292
pytest --nbmake notebooks/unit_test_synthetic.ipynb

0 commit comments

Comments
 (0)