Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Point to compatible pip for Python 2.7
On our CI images, the `python` executable is Python 2.7. pip 21.0 dropped support for Python 2.7 (pypa/pip#9500) and says to use a different URL to still retain that support. In order to install AWS CLI from pip, we need to have a compatible version of pip.
- Loading branch information