Skip to content

Commit 5775d4e

Browse files
and another fix
1 parent 4d7567b commit 5775d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
sudo apt-get update
5050
sudo apt-get install -y python2 curl
5151
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
5352
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
5453
sudo python get-pip.py
54+
sudo ln -sf /usr/local/bin/pip2 /usr/bin/pip || true
5555
python --version
5656
pip --version
5757

0 commit comments

Comments
 (0)