Skip to content

Commit

Permalink
fetch wheel from macos11.pkg for Python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Oct 6, 2021
1 parent bebe0ac commit 3039611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:

- name: Setup python
run: |
PKG="python-${{ matrix.py.release }}-macosx10.9.pkg"
[[ ${{ matrix.py.ver }} == "3.10" ]] && MACOS_VERSION="macos11" || MACOS_VERSION="macosx10.9"
PKG="python-${{ matrix.py.release }}-$MACOS_VERSION.pkg"
URL="https://www.python.org/ftp/python/${{ matrix.py.release }}/$PKG"
wget --no-verbose -N "$URL"
sudo installer -pkg $PKG -target /
Expand Down

0 comments on commit 3039611

Please sign in to comment.