summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 11:13:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 11:13:02 +0000
commitee2c449056c1ab2101cccc3fdb2f94f334fdf82c (patch)
tree7d84acb9870f1b9b5bc7b9063114ec9ce4dc06ae /.github/workflows/ci.yml
parentAdding upstream version 2.1.2~dev0+20230918. (diff)
downloaddeluge-ee2c449056c1ab2101cccc3fdb2f94f334fdf82c.tar.xz
deluge-ee2c449056c1ab2101cccc3fdb2f94f334fdf82c.zip
Adding upstream version 2.1.2~dev0+20231127.upstream/2.1.2_dev0+20231127
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 6fc6b5b..1f0675c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip wheel setuptools
- pip install -r requirements.txt -r requirements-tests.txt
+ pip install -r requirements-ci.txt
pip install -e .
- name: Install security dependencies
@@ -92,7 +92,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip wheel setuptools
- pip install -r requirements.txt -r requirements-tests.txt
+ pip install -r requirements-ci.txt
pip install -e .
- name: Test with pytest