summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBruno Inec <7051978+sweenu@users.noreply.github.com>2022-02-18 23:57:42 +0100
committerGitHub <noreply@github.com>2022-02-18 14:57:42 -0800
commited9d123073eacbef4199e77113078cc6add02ad9 (patch)
treea49478909d6f3ec8c3b188d8f06187bc814fbcf1 /.github
parent78843ac30f1406a6e472366bc7d0c7cffe9c4aee (diff)
Add SSH tunnel support (#1301)
* Add initial sshtunnel support * Force CI to rerun. * Fix unit test for 3.6. * Black. Co-authored-by: Irina Truong <i.chernyavska@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ce54d6f5..f0e6fd88 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
- name: Install requirements
run: |
pip install -U pip setuptools
- pip install --no-cache-dir .
+ pip install --no-cache-dir ".[sshtunnel]"
pip install -r requirements-dev.txt
pip install keyrings.alt>=3.1