Skip to content

Commit 7098401

Browse files
committed
Reenable testing
1 parent 4d5bec2 commit 7098401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
CIBW_TEST_REQUIRES: pytest pytest-xdist pytest-randomly threadpoolctl
4444
CIBW_TEST_COMMAND: python -c "import numpy; numpy.show_runtime(); import statsmodels; statsmodels.test(['-m','(not slow and not example)','-n','2'], exit=True)"
4545
# Avoid testing on emulated architectures and Pyodide
46-
CIBW_TEST_SKIP: "*" # *-*linux_{aarch64,ppc64le,s390x} *pyodide*"
46+
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*"
4747
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair --strip -w {dest_dir} {wheel}'
4848
CIBW_BUILD_VERBOSITY: 1
4949
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}

0 commit comments

Comments
 (0)