Skip to content

Commit 2c3fd8d

Browse files
Update test-deployer.yml
1 parent 53cdbcb commit 2c3fd8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-deployer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626

2727
- name: Install Python
2828
run: |
29-
apt install -y python3 python3-pip
29+
apt install -y python3
30+
wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py && rm get-pip.py
3031
ln -s /usr/bin/python3 /usr/bin/python || true
3132
ln -s /usr/bin/pip3 /usr/bin/pip || true
32-
pip install --force-reinstall pip
3333
3434
- name: Checkout repository
3535
uses: actions/checkout@v4

0 commit comments

Comments
 (0)