aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-24 19:12:15 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-24 19:12:15 +0100
commita9d851e05fbae5e4cb66e6e714eebebf5a24f587 (patch)
tree3747558ac3bd69adeb0ceaa76c4a45b301248b89
parentAdd voucher tests (diff)
Install testing dependencies in CI
-rw-r--r--.github/workflows/lint-backend.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-backend.yaml b/.github/workflows/lint-backend.yaml
index ce91b49..7f2d388 100644
--- a/.github/workflows/lint-backend.yaml
+++ b/.github/workflows/lint-backend.yaml
@@ -12,7 +12,7 @@ jobs:
uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
with:
python_version: "3.12"
- install_args: "--only linting"
+ install_args: "--only linting --only test"
- name: Ensure requirements.txt is up to date
shell: bash