Skip to content

Commit 1a8938a

Browse files
Don't repeat env vars
1 parent 048665a commit 1a8938a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-wheels.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,6 @@ jobs:
146146
output-dir: wheelhouse
147147
package-dir: statsmodels
148148

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-
155149
- name: Setup Upload Variables
156150
if: ${{ always() }}
157151
shell: bash

0 commit comments

Comments
 (0)