We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5bec2 commit 7098401Copy full SHA for 7098401
1 file changed
.github/workflows/build-wheels.yml
@@ -43,7 +43,7 @@ jobs:
43
CIBW_TEST_REQUIRES: pytest pytest-xdist pytest-randomly threadpoolctl
44
CIBW_TEST_COMMAND: python -c "import numpy; numpy.show_runtime(); import statsmodels; statsmodels.test(['-m','(not slow and not example)','-n','2'], exit=True)"
45
# Avoid testing on emulated architectures and Pyodide
46
- CIBW_TEST_SKIP: "*" # *-*linux_{aarch64,ppc64le,s390x} *pyodide*"
+ CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*"
47
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair --strip -w {dest_dir} {wheel}'
48
CIBW_BUILD_VERBOSITY: 1
49
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
0 commit comments