Skip to content

Commit

Permalink
[CI] skip tests on Python 3.13 (no scipy binaries)
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Dec 17, 2024
1 parent 75b9e88 commit 69eb87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ jobs:
env:
CIBW_BUILD: "${{ matrix.python-id }}*"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_TEST_SKIP: "*-{win32,win_arm64} pp*" # no CasADi binaries
CIBW_TEST_SKIP: "*-{win32,win_arm64} cp313-* pp*" # no CasADi binaries
CMAKE_PREFIX_PATH: ${{ github.workspace }}/deps
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 69eb87b

Please sign in to comment.