mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
fix(tests): move requirements.txt
This commit is contained in:
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user