Skip to content

Commit

Permalink
Homebrew installing Python versions changes what python3 is. Packag…
Browse files Browse the repository at this point in the history
…es went missing.
  • Loading branch information
crisluengo committed Feb 22, 2021
1 parent 9d62479 commit 27e95c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/travis/deploy_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export DELOCATE=`pwd`/tools/travis/delocate
brew install python@3.7
brew install python@3.8
brew install python@3.9
# The install above might have changed the default version of `python3`, so we need to reinstall packages:
python3 -m pip install setuptools wheel twine==1.15.0 delocate

mkdir build
cd build
Expand Down

0 comments on commit 27e95c1

Please sign in to comment.