Skip to content

Commit f99f709

Browse files
authored
Merge pull request #169 from MacPython/rel-0.14.3
Rel 0.14.3
2 parents 7d62e30 + 9e62be6 commit f99f709

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
BUILD_COMMIT: "v0.14.2" # or a specific version, e.g., v0.13.1
2828
CIBW_BUILD: ${{ matrix.python }}-*
2929
CIBW_ARCHS_LINUX: "x86_64 aarch64"
30-
CIBW_ARCHS_MACOS: "arm64"
3130
# No support for pypy, musl, Win32 for 3.10+
3231
# Skip musl for 3.8 and 3.9 since no upstream wheels
32+
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
3333
CIBW_SKIP: "pp* *-win32 cp38-musllinux* cp39-musllinux* *musllinux_aarch64*"
3434
CIBW_TEST_REQUIRES: pytest pytest-xdist
3535
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow','-n','2'], exit=True)"
@@ -62,7 +62,7 @@ jobs:
6262
output-dir: wheelhouse
6363
package-dir: statsmodels
6464
env:
65-
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
65+
CIBW_ARCHS_MACOS: "arm64"
6666

6767
- name: Build wheels (MacOS x86_64)
6868
if: matrix.os == 'macos-13'
@@ -71,7 +71,6 @@ jobs:
7171
output-dir: wheelhouse
7272
package-dir: statsmodels
7373
env:
74-
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
7574
CIBW_ARCHS_OSX: "x86_64"
7675

7776
- name: Build Pyodide wheel
@@ -81,7 +80,6 @@ jobs:
8180
output-dir: wheelhouse
8281
package-dir: statsmodels
8382
env:
84-
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
8583
CIBW_PLATFORM: pyodide
8684

8785
- name: Setup Upload Variables

0 commit comments

Comments
 (0)