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 048665a commit 1a8938aCopy full SHA for 1a8938a
.github/workflows/build-wheels.yml
@@ -146,12 +146,6 @@ jobs:
146
output-dir: wheelhouse
147
package-dir: statsmodels
148
149
- env:
150
- CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
151
- CIBW_PLATFORM: pyodide
152
- CIBW_TEST_REQUIRES: pytest
153
- CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow'])
154
-
155
- name: Setup Upload Variables
156
if: ${{ always() }}
157
shell: bash
0 commit comments