Skip to content

Commit 8bbb234

Browse files
committed
Relex test
1 parent 6682d10 commit 8bbb234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Skip musl for 3.8 and 3.9 since no upstream wheels
3434
CIBW_SKIP: "pp* *-win32 cp38-musllinux* cp39-musllinux* *musllinux_aarch64*"
3535
CIBW_TEST_REQUIRES: pytest pytest-xdist
36-
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow','-n','2'], exit=True)"
36+
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
3838
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*"
3939
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair --strip -w {dest_dir} {wheel}'

0 commit comments

Comments
 (0)