Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
deepspeed
Commits
5bc7d4e1
Unverified
Commit
5bc7d4e1
authored
Sep 17, 2020
by
Jeff Rasley
Committed by
GitHub
Sep 17, 2020
Browse files
Remove pip --use-feature (#419)
parent
c66f3881
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install.sh
install.sh
+2
-2
No files found.
install.sh
View file @
5bc7d4e1
...
...
@@ -154,9 +154,9 @@ else
fi
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
PIP_INSTALL
=
"pip install
--use-feature=2020-resolver
-v"
PIP_INSTALL
=
"pip install -v"
fi
if
[
!
-f
$hostfile
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment