diff options
| author | 2025-02-17 07:42:44 +0100 | |
|---|---|---|
| committer | 2025-02-17 07:42:44 +0100 | |
| commit | 11f26e4026574a89449fce9f39055dd7d7bdc63b (patch) | |
| tree | f16fe350773078608d57119ebe950c5d2793db46 /.github/workflows/ci.yml | |
| parent | e8cfe7bc1fb59c150d6abc84956c8c6dfaa7e4a8 (diff) | |
Merging upstream version 2.1.2~dev0+20231127.
Signed-off-by: Daniel Baumann <daniel@debian.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 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 |
