Skip to content

Commit

Permalink
Still trying to delete 3.12 python from MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-ning-usds committed Nov 19, 2023
1 parent ac0f7cb commit cb52aef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- name: Install extras
if: ${{ matrix.os == 'macos-latest'}}
run: |
brew uninstall --ignore-dependencies python@3.12
sudo rm -rf /Library/Frameworks/Python.framework/Versions/3.12
sudo rm -rf "/Applications/Python 3.12"
sudo find /usr/local/bin -lname '../../../Library/Frameworks/Python.framework/Versions/3.12/*' -delete
brew link --force python@3.11
hash -r
python3 --version
Expand Down

0 comments on commit cb52aef

Please sign in to comment.