Skip to content

Commit b2f6b28

Browse files
committed
Use absolute path to find depenedencies
1 parent 20dd37c commit b2f6b28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/build-manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ echo "# Installing wheels"
7979
for PYBIN in /opt/python/*/bin/; do
8080
echo "## Installing $PYBIN"
8181
# Install dependencies, remove confluent_kafka build
82-
"${PYBIN}/pip" install ..
82+
"${PYBIN}/pip" install -e /io
8383
"${PYBIN}/pip" uninstall -y confluent_kafka
8484
"${PYBIN}/pip" install confluent_kafka --no-index -f /io/wheelhouse
8585
"${PYBIN}/python" -c 'import confluent_kafka; print(confluent_kafka.libversion())'

tools/test-manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function run_single_in_docker {
5555
hash -r # let go of previous 'pip'
5656

5757
# Install dependencies, back out confluent_kafka build
58-
pip install .
58+
pip install -e /io
5959
pip uninstall -y confluent_kafka
6060

6161
# Install modules

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy