Commit 9199206
authored
Fix pip bootstrapping on Python 2.7 (#475)
### Summary:
The latest version of pip drops support for Python 2.7 (pypa/pip#6148).
This PR modifies `install_python_deps.sh` to install a Python 2.7 compatible version of pip.
We should also explore dropping Python 2.7 support in the future as it's been over a year since its EOL.
### Test Plan:
CI1 parent c15727e commit 9199206
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments