1
0
Fork 0
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:
Joe R 2023-06-13 19:22:24 -04:00
parent b7edf01752
commit 1269e6164d

View file

@ -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