Skip to content

Commit

Permalink
Maybe dots are the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Jan 28, 2025
1 parent 3acfbe5 commit 9f41e67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
os: [macos-13, macos-14]
include:
- python-version: '3.9'
python.org.version: '3.9.13'
python.installer.name: 'macos11.pkg'
python-org-version: '3.9.13'
python-installer-name: 'macos11.pkg'

#- python-version: '3.10'
# python.org.version: '3.10.11'
Expand All @@ -46,8 +46,8 @@ jobs:
# python.installer.name: 'macos11.pkg'

- python-version: '3.13'
python.org.version: '3.13.0'
python.installer.name: 'macos11.pkg'
python-org-version: '3.13.0'
python-installer-name: 'macos11.pkg'

steps:
- name: Check out code
Expand All @@ -65,8 +65,8 @@ jobs:

- name: Install Python from python.org
run: |
installer="python-${{ matrix.python.org.version }}-${{ matrix.python.installer.name }}"
url="https://www.python.org/ftp/python/${{ matrix.python.org.version }}/${installer}"
installer="python-${{ matrix.python-org-version }}-${{ matrix.python-installer-name }}"
url="https://www.python.org/ftp/python/${{ matrix.python-org-version }}/${installer}"
curl $url -o $installer
sudo installer -pkg $installer -target /
Expand Down

0 comments on commit 9f41e67

Please sign in to comment.