Skip to content

Commit

Permalink
build: update test runner requirements path
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohashescobar committed Dec 13, 2022
1 parent cefea57 commit b6ec965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/test.txt
pip install -r apiserver/requirements/test.txt
- name: Run Tests
run: coverage run --source='.' manage.py test --settings=plane.settings.test

0 comments on commit b6ec965

Please sign in to comment.