Skip to content

Commit

Permalink
Fix test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed Apr 4, 2024
1 parent 94f370e commit 60f004d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-test.txt
pip install -r nesis/api/requirements.txt -r nesis/api/requirements-test.txt
- name: Run unit tests
run: |
pytest nesis/api/tests/

0 comments on commit 60f004d

Please sign in to comment.