Skip to content

Commit f4e060a

Browse files
committed
fix test #2
1 parent 9320d21 commit f4e060a

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 --ignore ./docs/user_guide/release_guide/0.5.0_release.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)