File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ matrix:
2121 env : DYLD_LIBRARY_PATH="$PWD/tmp-build/lib"
2222 before_install :
2323 - pip install -U pip && pip install virtualenv
24- - brew update && brew upgrade pyenv
2524 - pyenv install -f 2.7.15
2625 - pip install virtualenv
2726 - virtualenv -p ~/.pyenv/versions/2.7.15/bin/python ./env
@@ -32,7 +31,6 @@ matrix:
3231 env : DYLD_LIBRARY_PATH="$PWD/tmp-build/lib" MK_DOCS="y" EXTRA_PKGS="sphinx sphinx_rtd_theme avro-python3"
3332 before_install :
3433 - pip install -U pip && pip install virtualenv
35- - brew update && brew upgrade pyenv
3634 - pyenv install -f 3.6.5
3735 - pip install virtualenv
3836 - virtualenv -p ~/.pyenv/versions/3.6.5/bin/python ./env
@@ -41,7 +39,6 @@ matrix:
4139 - os : osx
4240 env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
4341 before_install :
44- - brew update && brew upgrade pyenv
4542 - pip install virtualenv
4643 # cibuildwheel for manylinux
4744 - os : linux
You can’t perform that action at this time.
0 commit comments