Skip to content

Commit d5a2374

Browse files
committed
CI: Add build verbosity
1 parent b55eee0 commit d5a2374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
env:
7575
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
7676
CIBW_PLATFORM: pyodide
77+
CIBW_BUILD_VERBOSITY: 2
7778
# Tests are slow, and statsmodels is tested out-of-tree on PRs in the main repository
7879
# CIBW_TEST_REQUIRES: pytest
7980
# CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow'])"

0 commit comments

Comments
 (0)