Skip to content

Commit

Permalink
CI: simplify wget call.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Aug 10, 2023
1 parent 643fbb1 commit 9388a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: matrix.python == '2.7'
run: |
sudo apt-get install -y python-is-python2 python2-dev
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py -O get-pip.py
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
sudo python get-pip.py
rm get-pip.py
- name: upgrade TLS stack
Expand Down

0 comments on commit 9388a5a

Please sign in to comment.