Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfang committed Aug 13, 2022
1 parent 361815b commit faf9a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
# # coverage run setup.py test
- name: Test with pytest
run: |
cd ${GITHUB_WORKSPACE}
pip install pytest
pip install pytest-cov
python setup.py install
pytest

0 comments on commit faf9a6b

Please sign in to comment.