We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0968d commit 011de47Copy full SHA for 011de47
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
run: source devtools/patch-all
84
- name: "Run tests"
85
run: |
86
- pytest --nbval-lax 5_custom_shooting_setup.ipynb
+ pytest -v --durations=0 --nbval-lax 5_custom_shooting_setup.ipynb
87
source devtools/run5.sh
88
pytest --nbval-lax \
89
6_custom_shooting_analysis.ipynb \
0 commit comments