Skip to content

Commit 9320d21

Browse files
committed
fix test
1 parent fcd4cc3 commit 9320d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
if [[ "${{ matrix.python-version }}" > "3.9" ]]; then
171171
make test-notebooks
172172
else
173-
poetry run test-notebooks --ignore ./docs/user_guide/09_threshold_optimization.ipynb
173+
poetry run test-notebooks --ignore ./docs/user_guide/09_threshold_optimization.ipynb --ignore ./docs/user_guide/release_guide/0.5.0_release.ipynb
174174
fi
175175
176176
docs:

0 commit comments

Comments
 (0)