Skip to content

Commit

Permalink
error for linux py312 -attempt1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoli committed Mar 13, 2024
1 parent bffce40 commit 1bbc3d9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,22 @@ jobs:
python -m pip install certifi cibuildwheel
python -m pip install -r requirements.txt
- name: Build MacOS wheel
if: matrix.os == 'macos-latest'
env:
CIBW_BUILD: "cp311-macosx_x86_64 cp312-macosx_x86_64"
CIBW_BEFORE_ALL: brew install libomp
CIBW_BEFORE_BUILD_MACOS: >
python -m pip install pip -U &&
python -m pip install setuptools &&
python -m pip install numpy &&
python -m pip install cython
run: python -m cibuildwheel --platform macos --output-dir dist
# - name: Build MacOS wheel
# if: matrix.os == 'macos-latest'
# env:
# CIBW_BUILD: "cp311-macosx_x86_64 cp312-macosx_x86_64"
# CIBW_BEFORE_ALL: brew install libomp
# CIBW_BEFORE_BUILD_MACOS: >
# python -m pip install pip -U &&
# python -m pip install setuptools &&
# python -m pip install numpy &&
# python -m pip install cython
# run: python -m cibuildwheel --platform macos --output-dir dist

- name: Build linux wheels
if: matrix.os == 'ubuntu-latest'
env:
CIBW_BUILD: "cp311-manylinux_x86_64 cp312-manylinux_x86_64"
CIBW_BUILD: "cp312-manylinux_x86_64"
CIBW_BEFORE_BUILD_LINUX: >
python -m pip install pip -U &&
python -m pip install setuptools &&
Expand Down

0 comments on commit 1bbc3d9

Please sign in to comment.