We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292a9f9 commit 45bb5a2Copy full SHA for 45bb5a2
tools/build-manylinux.sh
@@ -78,6 +78,9 @@ done
78
echo "# Installing wheels"
79
for PYBIN in /opt/python/*/bin/; do
80
echo "## Installing $PYBIN"
81
+ # Install dependencies, remove confluent_kafka build
82
+ "${PYBIN}/pip" install ..
83
+ "${PYBIN}/pip" uninstall -y confluent_kafka
84
"${PYBIN}/pip" install confluent_kafka --no-index -f /io/wheelhouse
85
"${PYBIN}/python" -c 'import confluent_kafka; print(confluent_kafka.libversion())'
86
echo "## Uninstalling $PYBIN"
0 commit comments