summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-26 16:54:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-26 16:54:55 +0000
commit5ecad875fb58ff909981239d3a38a9491c63dc32 (patch)
tree88d5d68dbdc2ac3b0d0eb52116a70d2ff2de950c /.github/workflows/ci.yml
parentAdding upstream version 2.1.2~dev0+20230827. (diff)
downloaddeluge-5ecad875fb58ff909981239d3a38a9491c63dc32.tar.xz
deluge-5ecad875fb58ff909981239d3a38a9491c63dc32.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.yml4
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 .