Skip to content

Commit c563b7c

Browse files
committed
CI: Attempt Win-arm
Add windows-arm64 builds Skip tests as pandas not available
1 parent 2aee1d0 commit c563b7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python: [cp310, cp311, cp312, cp313]
22-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
22+
os: [ubuntu-latest, windows-latest, macos-13, macos-latest, windows-11-arm]
2323
python_impl: [Python]
2424
include:
2525
- python: cp312
@@ -31,11 +31,11 @@ jobs:
3131
CIBW_ARCHS_LINUX: "x86_64 aarch64"
3232
# No support for pypy, musl, Win32 for 3.10+
3333
# Skip musl for 3.8 and 3.9 since no upstream wheels
34-
CIBW_SKIP: "pp* *-win32 cp38-musllinux* cp39-musllinux* *musllinux_aarch64*"
34+
CIBW_SKIP: "pp* *-win32 *musllinux_aarch64* *cp310-win_arm64*"
3535
CIBW_TEST_REQUIRES: pytest pytest-xdist
3636
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow','-n','2'], exit=True)"
3737
# Avoid testing on emulated architectures and Pyodide
38-
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*"
38+
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide* *win_arm64*"
3939
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair --strip -w {dest_dir} {wheel}'
4040
CIBW_BUILD_VERBOSITY: 1
4141
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}

statsmodels

Submodule statsmodels updated 350 files

0 commit comments

Comments
 (0)