Skip to content

Commit 59f07a6

Browse files
committed
Added missing coverage in 24.04 CI
1 parent 078db5a commit 59f07a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-24.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
python -m pip install flake8 pytest
31+
python -m pip install flake8 pytest coverage
3232
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3333
- name: Lint with flake8
3434
run: |

0 commit comments

Comments
 (0)