From e916a57e4e72d1c8b0f7e077ca7fde4e16f78508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Wed, 29 Oct 2025 14:25:18 +0100 Subject: [PATCH] fix(tests): move requirements.txt --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.