We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a2469 commit e6ceecdCopy full SHA for e6ceecd
.github/workflows/ci.yml
@@ -25,6 +25,9 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
run: |
28
+ sudo apt-get update
29
+ sudo apt-get install -y libssh-dev
30
+
31
python -m pip install --upgrade pip
32
pip install tox tox-gh
33
- name: Prepare tox environment and install packages
0 commit comments