We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c848d3d commit 244df73Copy full SHA for 244df73
.github/workflows/notebook-test.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Run tests
88
run: |
89
- -set e
+ set -e
90
cd $GITHUB_WORKSPACE
91
source "$VENV_PATH/bin/activate"
92
pytest --nbmake notebooks/unit_test_synthetic.ipynb
0 commit comments