We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b9e88 commit 69eb87bCopy full SHA for 69eb87b
.github/workflows/wheel.yml
@@ -303,7 +303,7 @@ jobs:
303
env:
304
CIBW_BUILD: "${{ matrix.python-id }}*"
305
CIBW_ARCHS: ${{ matrix.arch }}
306
- CIBW_TEST_SKIP: "*-{win32,win_arm64} pp*" # no CasADi binaries
+ CIBW_TEST_SKIP: "*-{win32,win_arm64} cp313-* pp*" # no CasADi binaries
307
CMAKE_PREFIX_PATH: ${{ github.workspace }}/deps
308
- name: Upload
309
uses: actions/upload-artifact@v4
0 commit comments