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