diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-03-02 12:22:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-03-02 12:22:04 +0000 |
commit | e8e0960f454f47142162c94a083fa9efd19d4fd9 (patch) | |
tree | f822a83308754cbebb7ea7037fa51b26268c9f98 /.github | |
parent | Releasing debian version 3.3.1-1. (diff) | |
download | pgcli-e8e0960f454f47142162c94a083fa9efd19d4fd9.tar.xz pgcli-e8e0960f454f47142162c94a083fa9efd19d4fd9.zip |
Merging upstream version 3.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce54d6f..f0e6fd8 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 |