We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e2889 commit 3f64012Copy full SHA for 3f64012
1 file changed
.github/workflows/macos-package.yml
@@ -19,7 +19,7 @@ jobs:
19
PYVER: '3.12.12'
20
PYVER_SHORT: '3.12'
21
run: |
22
- wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macosx11.pkg"
+ wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macos11.pkg"
23
sudo installer -pkg python.pkg -target /
24
echo "/Library/Frameworks/Python.framework/Versions/${PYVER_SHORT}/bin" >> $GITHUB_PATH
25
- name: Install dependencies
0 commit comments