File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ echo "# Installing wheels"
79
79
for PYBIN in /opt/python/* /bin/; do
80
80
echo " ## Installing $PYBIN "
81
81
# Install dependencies, remove confluent_kafka build
82
- " ${PYBIN} /pip" install ..
82
+ " ${PYBIN} /pip" install -e /io
83
83
" ${PYBIN} /pip" uninstall -y confluent_kafka
84
84
" ${PYBIN} /pip" install confluent_kafka --no-index -f /io/wheelhouse
85
85
" ${PYBIN} /python" -c ' import confluent_kafka; print(confluent_kafka.libversion())'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function run_single_in_docker {
55
55
hash -r # let go of previous 'pip'
56
56
57
57
# Install dependencies, back out confluent_kafka build
58
- pip install .
58
+ pip install -e /io
59
59
pip uninstall -y confluent_kafka
60
60
61
61
# Install modules
You can’t perform that action at this time.
0 commit comments