Skip to content

Commit

Permalink
Install python coverage via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
MSK61 committed Apr 28, 2024
1 parent 77ab246 commit 0e0f12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
run: snyk test
- name: Install coveralls dependencies
run: |
python -m pip install --upgrade pip
pip install coverage
sudo apt update
sudo apt install python3-coverage
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
- name: Snyk monitor
Expand Down

0 comments on commit 0e0f12c

Please sign in to comment.