diff options
author | 2024-08-24 19:12:15 +0100 | |
---|---|---|
committer | 2024-08-24 19:12:15 +0100 | |
commit | a9d851e05fbae5e4cb66e6e714eebebf5a24f587 (patch) | |
tree | 3747558ac3bd69adeb0ceaa76c4a45b301248b89 | |
parent | Add voucher tests (diff) |
Install testing dependencies in CI
-rw-r--r-- | .github/workflows/lint-backend.yaml | 2 |
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 |