Skip to content

Commit

Permalink
Explicitly install urllib3 now codecov no longer pulls it in.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jul 15, 2022
1 parent 8abd1b1 commit 2e350cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U pip coverage flake8 fastimport paramiko
pip install -U pip coverage flake8 fastimport paramiko urllib3
- name: Install gpg on supported platforms
run: pip install -U gpg
if: "matrix.os != 'windows-latest' && matrix.python-version != 'pypy3'"
Expand Down

0 comments on commit 2e350cb

Please sign in to comment.