Skip to content

Commit

Permalink
add package installation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
IonMich committed Nov 13, 2023
1 parent 6ea3f8f commit 8e3d215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
pip install -r requirements-dev.txt
- name: Test with pytest
run: |
pip install -e .
pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html

0 comments on commit 8e3d215

Please sign in to comment.