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.
1 parent 4d7567b commit 5775d4eCopy full SHA for 5775d4e
.github/workflows/test.yml
@@ -49,9 +49,9 @@ jobs:
49
sudo apt-get update
50
sudo apt-get install -y python2 curl
51
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 1
52
- sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip2 1
53
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
54
sudo python get-pip.py
+ sudo ln -sf /usr/local/bin/pip2 /usr/bin/pip || true
55
python --version
56
pip --version
57
0 commit comments