Update binary wheel installs

This commit is contained in:
Gene Hoffman
2020-04-05 23:08:53 -07:00
parent 52098b1a5d
commit 041d044876
+3 -2
View File
@@ -51,9 +51,10 @@ echo "Python version is $INSTALL_PYTHON_VERSION"
# pip 20.x+ supports Linux binary wheels
pip install --upgrade pip
if [ "$INSTALL_PYTHON_VERSION" = "3.8" ]; then
pip install cbor miniupnpc
# This remains in case there is a diversion of binary wheels
pip install -i https://hosted.chia.net/simple/ miniupnpc==2.0.2 setproctitle==1.1.10 cbor2==5.0.1
else
pip install -i https://hosted.chia.net/simple/ miniupnpc==0.1.dev5 setproctitle==1.1.10 cbor2==5.0.1
pip install -i https://hosted.chia.net/simple/ miniupnpc==2.0.2 setproctitle==1.1.10 cbor2==5.0.1
fi
pip install -e .