fix(tests): move requirements.txt

This commit is contained in:
2025-10-29 14:25:18 +01:00
parent 7d2e94e683
commit e916a57e4e

View File

@@ -46,7 +46,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r ./7project/backend/requirements.txt
# Step 4: Run your tests! # Step 4: Run your tests!
# Executes the pytest command to run your test suite. # Executes the pytest command to run your test suite.