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:
21
21
env : DYLD_LIBRARY_PATH="$PWD/tmp-build/lib"
22
22
before_install :
23
23
- pip install -U pip && pip install virtualenv
24
- - brew update && brew upgrade pyenv
25
24
- pyenv install -f 2.7.15
26
25
- pip install virtualenv
27
26
- virtualenv -p ~/.pyenv/versions/2.7.15/bin/python ./env
@@ -32,7 +31,6 @@ matrix:
32
31
env : DYLD_LIBRARY_PATH="$PWD/tmp-build/lib" MK_DOCS="y" EXTRA_PKGS="sphinx sphinx_rtd_theme avro-python3"
33
32
before_install :
34
33
- pip install -U pip && pip install virtualenv
35
- - brew update && brew upgrade pyenv
36
34
- pyenv install -f 3.6.5
37
35
- pip install virtualenv
38
36
- virtualenv -p ~/.pyenv/versions/3.6.5/bin/python ./env
@@ -41,7 +39,6 @@ matrix:
41
39
- os : osx
42
40
env : CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
43
41
before_install :
44
- - brew update && brew upgrade pyenv
45
42
- pip install virtualenv
46
43
# cibuildwheel for manylinux
47
44
- os : linux
You can’t perform that action at this time.
0 commit comments