Skip to content

Commit 5a7b4af

Browse files
committed
CI: Skip cp310 on win-arm64
1 parent 042fa1d commit 5a7b4af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ jobs:
2525
- python: cp312
2626
os: ubuntu-latest
2727
python_impl: Pyodide
28+
exclude:
29+
- os: windows-11-arm
30+
python: cp310
2831
env:
2932
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
3033
CIBW_BUILD: ${{ matrix.python }}-*
3134
CIBW_ARCHS_LINUX: "x86_64 aarch64"
3235
# No support for pypy, musl, Win32 for 3.10+
3336
# Skip musl for 3.8 and 3.9 since no upstream wheels
34-
CIBW_SKIP: "pp* *-win32 *musllinux_aarch64* *cp310-win_arm64*"
37+
CIBW_SKIP: "pp* *-win32 *musllinux_aarch64*"
3538
CIBW_TEST_REQUIRES: pytest pytest-xdist
3639
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow','-n','2'], exit=True)"
3740
# Avoid testing on emulated architectures and Pyodide

0 commit comments

Comments
 (0)