Skip to content

Commit 85f929b

Browse files
update ignore notebook
1 parent eb6ba72 commit 85f929b

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
@@ -179,7 +179,7 @@ jobs:
179179
if [[ "${{ matrix.python-version }}" > "3.9" ]]; then
180180
make test-notebooks
181181
else
182-
poetry run test-notebooks --ignore ./docs/user_guide/09_threshold_optimization.ipynb --ignore ./docs/user_guide/release_guide/0_5_0_release.ipynb
182+
poetry run test-notebooks --ignore ./docs/user_guide/09_threshold_optimization.ipynb --ignore ./docs/user_guide/release_guide/0_5_1_release.ipynb
183183
fi
184184
185185
docs:

0 commit comments

Comments
 (0)