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 fcd4cc3 commit 9320d21Copy full SHA for 9320d21
.github/workflows/test.yml
@@ -170,7 +170,7 @@ jobs:
170
if [[ "${{ matrix.python-version }}" > "3.9" ]]; then
171
make test-notebooks
172
else
173
- poetry run test-notebooks --ignore ./docs/user_guide/09_threshold_optimization.ipynb
+ poetry run test-notebooks --ignore ./docs/user_guide/09_threshold_optimization.ipynb --ignore ./docs/user_guide/release_guide/0.5.0_release.ipynb
174
fi
175
176
docs:
0 commit comments