Always use latest version of pip. (#2396)
Installation should start by updating `pip` to the latest version. Resolves issue noted in https://github.com/encode/httpx/pull/2334#issuecomment-1268308195
This commit is contained in:
parent
9f70f54316
commit
2ac58e007a
@ -15,5 +15,6 @@ else
|
||||
PIP="pip"
|
||||
fi
|
||||
|
||||
"$PIP" install -U pip
|
||||
"$PIP" install -r "$REQUIREMENTS"
|
||||
"$PIP" install -e .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user