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 53cdbcb commit 2c3fd8dCopy full SHA for 2c3fd8d
.github/workflows/test-deployer.yml
@@ -26,10 +26,10 @@ jobs:
26
27
- name: Install Python
28
run: |
29
- apt install -y python3 python3-pip
+ apt install -y python3
30
+ wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py && rm get-pip.py
31
ln -s /usr/bin/python3 /usr/bin/python || true
32
ln -s /usr/bin/pip3 /usr/bin/pip || true
- pip install --force-reinstall pip
33
34
- name: Checkout repository
35
uses: actions/checkout@v4
0 commit comments