Prechádzať zdrojové kódy

gha: publish: don't forget to install paramiko

Ruslan Kuprieiev 2 rokov pred
rodič
commit
d6fe569ea5
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .github/workflows/pythonpublish.yml

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

@@ -34,7 +34,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
-        pip install setuptools wheel twine fastimport
+        pip install setuptools wheel twine fastimport paramiko
     - name: Install gpg on supported platforms
       run: pip install -U gpg
       if: "matrix.os != 'windows-latest' && matrix.python-version != 'pypy3'"