We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdbb4e commit 5f71e95Copy full SHA for 5f71e95
.github/workflows/build-wheels.yml
@@ -37,7 +37,7 @@ jobs:
37
# Skip musl for 3.8 and 3.9 since no upstream wheels
38
CIBW_SKIP: "pp* *-win32 *musllinux_aarch64*"
39
CIBW_TEST_REQUIRES: pytest pytest-xdist
40
- CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['-v','-s','-m', '(not slow and not example)', '--max-worker-restart','50'], exit=True)"
+ CIBW_TEST_COMMAND: python -c "import statsmodels.base; statsmodels.base.test(['-v','-s','-m', '(not slow and not example)', '--max-worker-restart','50'], exit=True)"
41
# Avoid testing on emulated architectures and Pyodide
42
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*"
43
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair --strip -w {dest_dir} {wheel}'
0 commit comments