Skip to content

Commit

Permalink
python -m pip install -vvv coverage>=7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 20, 2024
1 parent 76d845f commit 27a4dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
python -m pip install -U pip
python -m pip install -U pytest
python -m pip install -U tqdm
python -m pip install -vvv coverage>=7.4.2
- name: Test
run: |
Expand Down

0 comments on commit 27a4dae

Please sign in to comment.