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 b55eee0 commit d5a2374Copy full SHA for d5a2374
.github/workflows/build-wheels.yml
@@ -74,6 +74,7 @@ jobs:
74
env:
75
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
76
CIBW_PLATFORM: pyodide
77
+ 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'])"
0 commit comments