Skip to content

Commit 2c2d9a0

Browse files
authored
Merge pull request #170 from MacPython/rel-0.14.3
Restore command
2 parents f99f709 + 7d650de commit 2c2d9a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
CIBW_ARCHS_LINUX: "x86_64 aarch64"
3030
# No support for pypy, musl, Win32 for 3.10+
3131
# Skip musl for 3.8 and 3.9 since no upstream wheels
32-
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
3332
CIBW_SKIP: "pp* *-win32 cp38-musllinux* cp39-musllinux* *musllinux_aarch64*"
3433
CIBW_TEST_REQUIRES: pytest pytest-xdist
3534
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow','-n','2'], exit=True)"
@@ -62,6 +61,7 @@ jobs:
6261
output-dir: wheelhouse
6362
package-dir: statsmodels
6463
env:
64+
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
6565
CIBW_ARCHS_MACOS: "arm64"
6666

6767
- name: Build wheels (MacOS x86_64)
@@ -71,6 +71,7 @@ jobs:
7171
output-dir: wheelhouse
7272
package-dir: statsmodels
7373
env:
74+
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
7475
CIBW_ARCHS_OSX: "x86_64"
7576

7677
- name: Build Pyodide wheel
@@ -80,6 +81,7 @@ jobs:
8081
output-dir: wheelhouse
8182
package-dir: statsmodels
8283
env:
84+
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
8385
CIBW_PLATFORM: pyodide
8486

8587
- name: Setup Upload Variables

0 commit comments

Comments
 (0)