Skip to content

Commit 713c558

Browse files
committed
Fix yaml
1 parent 170277d commit 713c558

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/build-wheels.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
<<<<<<< HEAD
20-
python: [cp39, cp310, cp311, cp312]
21-
=======
2219
python: [cp39, cp310, cp311, cp312, cp313]
23-
>>>>>>> b9e8844 (BLD: Build for Python 3.13)
2420
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
2521
python_impl: [Python]
2622
include:
@@ -40,10 +36,7 @@ jobs:
4036
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*"
4137
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair --strip -w {dest_dir} {wheel}'
4238
CIBW_BUILD_VERBOSITY: 1
43-
<<<<<<< HEAD
44-
=======
4539
CIBW_PRERELEASE_PYTHONS: True
46-
>>>>>>> b9e8844 (BLD: Build for Python 3.13)
4740
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
4841
SCIENTIFIC_PYTHON_NIGHTLY_WHEELS: ${{ secrets.SCIENTIFIC_PYTHON_NIGHTLY_WHEELS }}
4942
MKL_NUM_THREADS: 1
@@ -64,38 +57,23 @@ jobs:
6457

6558
- name: Build wheels (Default)
6659
uses: pypa/[email protected]
67-
<<<<<<< HEAD
6860
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
69-
=======
70-
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-latest')
71-
>>>>>>> b9e8844 (BLD: Build for Python 3.13)
7261
with:
7362
output-dir: wheelhouse
7463
package-dir: statsmodels
7564
env:
7665
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
77-
<<<<<<< HEAD
7866
CIBW_ARCHS_MACOS: "arm64"
7967

8068
- name: Build wheels (MacOS x86_64)
8169
if: matrix.os == 'macos-13'
82-
=======
83-
CIBW_ARCHS_OSX: "x86_64"
84-
85-
- name: Build wheels (MacOS arm64)
86-
if: matrix.os == 'macos-latest'
87-
>>>>>>> b9e8844 (BLD: Build for Python 3.13)
8870
uses: pypa/[email protected]
8971
with:
9072
output-dir: wheelhouse
9173
package-dir: statsmodels
9274
env:
9375
CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}'
94-
<<<<<<< HEAD
9576
CIBW_ARCHS_OSX: "x86_64"
96-
=======
97-
CIBW_ARCHS_OSX: "arm64"
98-
>>>>>>> b9e8844 (BLD: Build for Python 3.13)
9977

10078
- name: Build Pyodide wheel
10179
if: matrix.python_impl == 'Pyodide'

0 commit comments

Comments
 (0)