Skip to content

Commit

Permalink
make poetry install deps for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Oct 25, 2023
1 parent eae82f4 commit 66c06d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
- name: Install dependencies
run: poetry install
- name: Run tests with coverage
run: poetry run pytest --cov
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 66c06d2

Please sign in to comment.