Explorar el Código

Explicitly install urllib3 now codecov no longer pulls it in.

Jelmer Vernooij hace 2 años
padre
commit
2e350cbd46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/pythonpackage.yml

+ 1 - 1
.github/workflows/pythonpackage.yml

@@ -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'"