Skip to content

Commit 6a58b58

Browse files
committed
Updated the gcovr version as it was failing on Github actions with the lower version.
1 parent 64fb7c2 commit 6a58b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install gcovr
32-
run: pip install gcovr==5.2
32+
run: pip install gcovr==7.0
3333
- name: Setup venv
3434
run: python setup.py
3535
- name: Build test

0 commit comments

Comments
 (0)