Skip to content

Commit d0c46d7

Browse files
committed
chore: remove lcov installation step from CI workflow
1 parent 74779c8 commit d0c46d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
python-version: 3.11
3434
cache: "pipenv"
3535

36-
- name: Install lcov
37-
run: sudo apt-get update && sudo apt-get install -y lcov
38-
3936
- name: Install pipenv
4037
run: pip install pipenv
4138

0 commit comments

Comments
 (0)