File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ install:
57
57
- pip install -r tests/requirements.txt
58
58
- flake8
59
59
- if [[ $MK_DOCS == y ]]; then pip install -r docs/requirements.txt; fi
60
- - if [[ -z $CIBW_BEFORE_BUILD ]]; then tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp-build && pip install -vvv -- global-option=build_ext --global-option="-Itmp-build/include/" --global-option="-Ltmp-build/lib" . && echo "INSTALLING SUBPACKAGES" && pip install -vvv .[avro] .[schema-registry] .[json] .[protobuf] ; fi
60
+ - if [[ -z $CIBW_BEFORE_BUILD ]]; then pip install -U protobuf && tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp-build && pip install -- global-option=build_ext --global-option="-Itmp-build/include/" --global-option="-Ltmp-build/lib" . .[avro] .[schema-registry] .[json] .[protobuf] ; fi
61
61
62
62
# Build wheels
63
63
# Make plugins available for tests
You can’t perform that action at this time.
0 commit comments