build: update test runner requirements path
This commit is contained in:
parent
cefea57bd6
commit
b6ec965f62
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_runner.yml
vendored
2
.github/workflows/test_runner.yml
vendored
|
|
@ -44,6 +44,6 @@ 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/test.txt
|
pip install -r apiserver/requirements/test.txt
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: coverage run --source='.' manage.py test --settings=plane.settings.test
|
run: coverage run --source='.' manage.py test --settings=plane.settings.test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue