Skip to content

Commit 91092d8

Browse files
committed
BLD: Increase verbosity
1 parent d5a2374 commit 91092d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Skip musl for 3.8 and 3.9 since no upstream wheels
3535
CIBW_SKIP: "pp* *-win32 cp38-musllinux* cp39-musllinux* *musllinux_aarch64*"
3636
CIBW_TEST_REQUIRES: pytest pytest-xdist
37-
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow','-n','2'])"
37+
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow','-n','2'], exit=True)"
3838
# Avoid testing on emulated architectures and Pyodide
3939
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*"
4040
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair --strip -w {dest_dir} {wheel}'
@@ -64,6 +64,7 @@ jobs:
6464
package-dir: statsmodels
6565
env:
6666
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
67+
CIBW_BUILD_VERBOSITY: 2
6768

6869
- name: Build Pyodide wheel
6970
if: matrix.python_impl == 'Pyodide'
@@ -75,9 +76,6 @@ jobs:
7576
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
7677
CIBW_PLATFORM: pyodide
7778
CIBW_BUILD_VERBOSITY: 2
78-
# Tests are slow, and statsmodels is tested out-of-tree on PRs in the main repository
79-
# CIBW_TEST_REQUIRES: pytest
80-
# CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow'])"
8179

8280
- name: Setup Upload Variables
8381
if: ${{ always() }}

0 commit comments

Comments
 (0)