From c11340e0e9c70d7c17f3886438cc0c1cd4845a8c Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Tue, 26 Mar 2024 17:19:13 +0100 Subject: [PATCH] correcting python workflow --- .github/workflows/django.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 511aaa9..1d2dc0b 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -25,6 +25,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + cp config.example.py config.py - name: Run Tests run: | python manage.py test