Skip to content

Commit e527fc2

Browse files
authored
Update python-package.yml
1 parent 9500ed9 commit e527fc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install Tox and any other packages
29-
run: pip install tox
29+
run: |
30+
pip install tox
31+
sudo apt install lcov
3032
- name: Build and Test
3133
run: tox -e py
3234
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)