Upgrade pip to a particular version during local test and CI.

This commit is contained in:
Dan Helfman
2019-05-14 10:28:04 -07:00
parent f0581271f6
commit ed2c6053de
4 changed files with 9 additions and 5 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env sh
# Temporary work around for https://github.com/pypa/pip/issues/6434
python -m pip install --upgrade pip==19.1.1
python -m pip install --no-use-pep517 $*