We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7589c05 + b168eee commit b15854cCopy full SHA for b15854c
python-setup/install_tools.sh
@@ -10,6 +10,10 @@ set -e
10
# subsequent actions in the current job, and not the current action.
11
export PATH="$HOME/.local/bin:$PATH"
12
13
+# The Ubuntu 20.04 GHA environment does not come with a Python 2 pip
14
+curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
15
+python2 get-pip.py
16
+
17
python2 -m pip install --user --upgrade pip setuptools wheel
18
python3 -m pip install --user --upgrade pip setuptools wheel
19
0 commit comments