Skip to content

Commit

Permalink
Update dependency installation in coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Sep 20, 2024
1 parent 1b4008d commit 4234482
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:

- name: Install dependencies
run: |
pip install -r requirements.txt
python -m pip install --upgrade pip
python -m pip install poetry
poetry install --with dev
pip install genbadge[coverage]
- name: Run tests and generate coverage report
Expand Down

0 comments on commit 4234482

Please sign in to comment.