Skip to content

Commit d4a2b5f

Browse files
committed
Attempt to get wheels up
1 parent 86ad806 commit d4a2b5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [windows-11-arm] # ubuntu-latest, windows-latest, macos-latest, macos-15-intel,
21+
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel, windows-11-arm]
2222
python: [cp310, cp311, cp312, cp313, cp314]
2323
python_impl: [Python]
2424
include:
@@ -36,7 +36,7 @@ jobs:
3636
CIBW_TEST_REQUIRES: pytest pytest-xdist pytest-randomly threadpoolctl
3737
CIBW_TEST_COMMAND: python -c "import numpy; numpy.show_runtime(); import statsmodels; statsmodels.test(['-m','(not slow and not example)','-n','2'], exit=True)"
3838
# Avoid testing on emulated architectures and Pyodide
39-
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*"
39+
CIBW_TEST_SKIP: "*" # *-*linux_{aarch64,ppc64le,s390x} *pyodide*"
4040
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair --strip -w {dest_dir} {wheel}'
4141
CIBW_BUILD_VERBOSITY: 1
4242
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}

0 commit comments

Comments
 (0)