Skip to content

Commit c272196

Browse files
authored
Merge pull request #164 from bashtage/main
MAINT: Test main build
2 parents 1d50a6c + d5a2374 commit c272196

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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)