From 5e2bf4d35f8a822c564e1cae3698d3b337063cfa Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 29 Apr 2024 13:41:16 +0200 Subject: [PATCH] updated install --- .github/workflows/testing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 81458c3b..92446f8f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -9,7 +9,9 @@ jobs: - name: Install Dependencies run: | python -m pip install --upgrade pip - pip install -r requirements-dev.txt + pip install django==5.0.2 + pip install django-extensions + pip install ruff - name: Run linting tools run: | cd app/