Skip to content

Commit

Permalink
Use poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
sjagoe committed Dec 3, 2023
1 parent 3b2442e commit 56019c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
poetry install --with=dev
- name: Run tests with unittest
run: |
coverage run --branch -m unittest discover -v -t . haas
poetry run coverage run --branch -m unittest discover -v -t . haas
- name: Run tests with haas
run: |
python -m haas haas
poetry run python -m haas haas
- name: Print coverage report
run: |
coverage report
poetry run coverage report
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 56019c4

Please sign in to comment.