Unverified Commit 5bc7d4e1 authored by Jeff Rasley's avatar Jeff Rasley Committed by GitHub
Browse files

Remove pip --use-feature (#419)

parent c66f3881
...@@ -154,9 +154,9 @@ else ...@@ -154,9 +154,9 @@ else
fi fi
if [ "$pip_mirror" != "" ]; then if [ "$pip_mirror" != "" ]; then
PIP_INSTALL="pip install --use-feature=2020-resolver -v -i $pip_mirror" PIP_INSTALL="pip install -v -i $pip_mirror"
else else
PIP_INSTALL="pip install --use-feature=2020-resolver -v" PIP_INSTALL="pip install -v"
fi fi
if [ ! -f $hostfile ]; then if [ ! -f $hostfile ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment