From 1c2a6bf2718296deca1672d89aca665fa4770fff Mon Sep 17 00:00:00 2001 From: Kiarash <95994481+Ghosts6@users.noreply.github.com> Date: Fri, 13 Sep 2024 04:15:56 +0100 Subject: [PATCH] Update django.yml --- .github/workflows/django.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 9766b45..3b3c78e 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -8,7 +8,6 @@ on: jobs: build: - runs-on: ubuntu-latest strategy: max-parallel: 4 @@ -24,7 +23,8 @@ jobs: - name: Install Dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install -r to_do_list/requirements.txt - name: Run Tests run: | + cd to_do_list python manage.py test