aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-24 19:14:34 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-24 19:14:34 +0100
commitf6f204e7a6d946e6dd94629bfb0cd67388bc3cc2 (patch)
treec543b21dd7617fec450a4bae5778cb0a1492e300 /.github
parentInstall testing dependencies in CI (diff)
Install all deps in CI for tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-backend.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/lint-backend.yaml b/.github/workflows/lint-backend.yaml
index 7f2d388..f1715d5 100644
--- a/.github/workflows/lint-backend.yaml
+++ b/.github/workflows/lint-backend.yaml
@@ -12,7 +12,6 @@ jobs:
uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
with:
python_version: "3.12"
- install_args: "--only linting --only test"
- name: Ensure requirements.txt is up to date
shell: bash