Skip to content

Commit 8403fd5

Browse files
committed
Fix building of wheels on macOS
1 parent ca93bb2 commit 8403fd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/travis-build-and-upload.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
4747
_upload_wheels
4848

4949
elif [ "${TRAVIS_OS_NAME}" == "osx" ]; then
50+
PYENV_ROOT="$HOME/.pyenv"
51+
PATH="$PYENV_ROOT/bin:$PATH"
5052
eval "$(pyenv init -)"
5153
pyenv local ${PYTHON_VERSION}
5254

0 commit comments

Comments
 (0)