Skip to content

Commit 69eb87b

Browse files
committed
[CI] skip tests on Python 3.13 (no scipy binaries)
1 parent 75b9e88 commit 69eb87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
env:
304304
CIBW_BUILD: "${{ matrix.python-id }}*"
305305
CIBW_ARCHS: ${{ matrix.arch }}
306-
CIBW_TEST_SKIP: "*-{win32,win_arm64} pp*" # no CasADi binaries
306+
CIBW_TEST_SKIP: "*-{win32,win_arm64} cp313-* pp*" # no CasADi binaries
307307
CMAKE_PREFIX_PATH: ${{ github.workspace }}/deps
308308
- name: Upload
309309
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)