Merge branch 'main' into henrymercer/bump-node-js-to-v16
This commit is contained in:
commit
eea7cf19ff
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ python3 -m pip install --user 'virtualenv<20.11'
|
|||
python3 -m pip install --user poetry!=1.0.10
|
||||
python3 -m pip install --user pipenv
|
||||
|
||||
if command -v python2 &> /dev/null; then
|
||||
if command -v python2 >/dev/null 2>&1; then
|
||||
# Setup Python 2 dependency installation tools.
|
||||
# The Ubuntu 20.04 GHA environment does not come with a Python 2 pip
|
||||
curl --location --fail https://bootstrap.pypa.io/pip/2.7/get-pip.py | python2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue