Skip to content

Commit

Permalink
Force reinstall python2 by adding --ignore-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-os committed Nov 25, 2019
1 parent 75d062e commit 53edbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/travis/job_macos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cmake --version
#hack to fix wget not properly working with [email protected]
brew uninstall wget
brew install wget
brew uninstall python2
brew uninstall --ignore-dependencies python2
brew install python2

#install Qt from S3 storage
Expand Down

0 comments on commit 53edbaf

Please sign in to comment.