diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b71a6d1..1fe9501 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -46,7 +46,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install -r ./7project/backend/requirements.txt # Step 4: Run your tests! # Executes the pytest command to run your test suite.