Skip to content

Commit 32e5f4c

Browse files
committed
Allow Python 3.13 to fail due to scipy
1 parent b2db99c commit 32e5f4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-pull-request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525

2626
runs-on: ${{ matrix.os }}
2727

28+
# Allow Python 3.13 to fail due to scipy not being available yet
29+
continue-on-error: ${{ matrix.python-version == '3.13' }}
30+
2831
steps:
2932

3033
#----------------------------------------------

0 commit comments

Comments
 (0)