mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Reset Mac OS to Python 3.9.
This commit is contained in:
parent
b7edf01752
commit
1269e6164d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/macos-package.yml
vendored
6
.github/workflows/macos-package.yml
vendored
|
@ -13,10 +13,10 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Set up python
|
||||
env:
|
||||
PYVER: '3.11.3'
|
||||
PYVER_SHORT: '3.11'
|
||||
PYVER: '3.9.7'
|
||||
PYVER_SHORT: '3.9'
|
||||
run: |
|
||||
wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macos11.pkg"
|
||||
wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macosx10.9.pkg"
|
||||
sudo installer -pkg python.pkg -target /
|
||||
echo "/Library/Frameworks/Python.framework/Versions/${PYVER_SHORT}/bin" >> $GITHUB_PATH
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue