Skip to content

Commit

Permalink
fix: first install and then run pytest in unit_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaoyilunnn committed Sep 17, 2023
1 parent dce2a4f commit 870dd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install pytest
- name: Run unit test with pytest
run: |
pytest tests/
pip install . && pytest tests/

0 comments on commit 870dd95

Please sign in to comment.