Skip to content

Commit

Permalink
Updated docs, added Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal committed Dec 19, 2024
1 parent 244bcab commit cd34f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
brew list | grep python@
# brew unlink python@3.12
shopt -s expand_aliases
alias python=$(brew --prefix)/bin/python3.11
alias python3=$(brew --prefix)/bin/python3.11
alias python=$(brew --prefix)/bin/python3.13
alias python3=$(brew --prefix)/bin/python3.13
sudo rm -rf /Library/Frameworks/Python.framework/Versions/3.12
sudo rm -f /usr/local/bin/python3
Expand Down

0 comments on commit cd34f57

Please sign in to comment.