diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-26 16:54:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-26 16:54:55 +0000 |
commit | 5ecad875fb58ff909981239d3a38a9491c63dc32 (patch) | |
tree | 88d5d68dbdc2ac3b0d0eb52116a70d2ff2de950c /.github/workflows/ci.yml | |
parent | Adding upstream version 2.1.2~dev0+20230827. (diff) | |
download | deluge-upstream/2.1.2_dev0+20230918.tar.xz deluge-upstream/2.1.2_dev0+20230918.zip |
Adding upstream version 2.1.2~dev0+20230918.upstream/2.1.2_dev0+20230918
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ad554e..6fc6b5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Install dependencies run: | - pip install --upgrade pip wheel + pip install --upgrade pip wheel setuptools pip install -r requirements.txt -r requirements-tests.txt pip install -e . @@ -91,7 +91,7 @@ jobs: - name: Install dependencies run: | - pip install --upgrade pip wheel + pip install --upgrade pip wheel setuptools pip install -r requirements.txt -r requirements-tests.txt pip install -e . |