mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
Travis CI fix (MacOS, Py3)
This commit is contained in:
parent
f9f3bd711f
commit
2fda9d5dd8
@ -219,7 +219,7 @@ before_install:
|
||||
PY_CMD=python$PYTHON
|
||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
if [ "$PY" = "3" ]; then
|
||||
brew update && brew upgrade python
|
||||
brew update && brew unlink python@2 && brew upgrade python
|
||||
else
|
||||
curl -fsSL https://bootstrap.pypa.io/get-pip.py | $PY_CMD - --user
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user