Skip to content

Commit

Permalink
Not sure why but pip can't install anything else than macos X.0 arm64…
Browse files Browse the repository at this point in the history
… wheels

It support any minor macos versions only with universal wheels

Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed May 17, 2024
1 parent ba80dcd commit c153bd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
CIBW_ARCHS: "x86_64"
- os: macos-14 # Apple Silicon
CIBW_ENVIRONMENT: >
MACOSX_DEPLOYMENT_TARGET='11.7'
MACOSX_DEPLOYMENT_TARGET='11.0'
CIBW_ARCHS: "arm64"
env:
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}
Expand Down Expand Up @@ -113,7 +113,6 @@ jobs:
- name: install wheel
run: |
pyenv local ${{ matrix.python-version }}
python3 -m pip install --break-system-packages --upgrade pip
python3 -m pip install --break-system-packages numpy pyyaml
python3 -m pip install --break-system-packages --no-index --find-links $GITHUB_WORKSPACE/dist pycdfpp
- uses: actions/checkout@v4
Expand Down

0 comments on commit c153bd4

Please sign in to comment.