Skip to content

Commit ee51a15

Browse files
Update test-deployer.yml
1 parent 3d4724d commit ee51a15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-deployer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
- name: Install Python
3030
run: |
3131
sudo apt install -y python3
32-
wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py && rm get-pip.py
33-
sudo ln -s /usr/bin/python3 /usr/bin/python
32+
wget https://bootstrap.pypa.io/get-pip.py && sudo python3 get-pip.py && rm get-pip.py
33+
sudo ln -s /usr/bin/python3 /usr/bin/python || true
34+
sudo ln -s /usr/bin/pip3 /usr/bin/pip || true
3435
python --version
3536
pip --version
3637

0 commit comments

Comments
 (0)