mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-16 21:57:55 +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
|
PY_CMD=python$PYTHON
|
||||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
if [ "$PY" = "3" ]; then
|
if [ "$PY" = "3" ]; then
|
||||||
brew update && brew upgrade python
|
brew update && brew unlink python@2 && brew upgrade python
|
||||||
else
|
else
|
||||||
curl -fsSL https://bootstrap.pypa.io/get-pip.py | $PY_CMD - --user
|
curl -fsSL https://bootstrap.pypa.io/get-pip.py | $PY_CMD - --user
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user