Skip to content

Commit

Permalink
install package in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Jun 22, 2024
1 parent c5ce766 commit 9e971b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# Run pytest with coverage report, saving to xml
- name: Run tests on python 3.8
run: |
poetry install
poetry run pytest --cov --cov-report xml:cobertura.xml --full-trace --show-capture=no -sv -n auto tests/
# Take report and upload to coveralls
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing_multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
# Use cached python and dependencies, install poetry
- name: Run tests on python ${{matrix.python-version}}
run: |
poetry install
poetry run pytest --full-trace --show-capture=no -sv -n auto tests/

0 comments on commit 9e971b1

Please sign in to comment.