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 3d4724d commit ee51a15Copy full SHA for ee51a15
.github/workflows/test-deployer.yml
@@ -29,8 +29,9 @@ jobs:
29
- name: Install Python
30
run: |
31
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
+ wget https://bootstrap.pypa.io/get-pip.py && sudo python3 get-pip.py && rm get-pip.py
+ sudo ln -s /usr/bin/python3 /usr/bin/python || true
34
+ sudo ln -s /usr/bin/pip3 /usr/bin/pip || true
35
python --version
36
pip --version
37
0 commit comments