Skip to content

Commit 1a9f1a8

Browse files
committed
Fix dependency installation
1 parent bc72f76 commit 1a9f1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: recursive
2424

2525
- name: Install dependencies
26-
run: sudo pip3 install -y gcovr
26+
run: sudo pip3 install gcovr
2727

2828
- name: Test coverage
2929
run: bash -ex ci/test-coverage.sh

0 commit comments

Comments
 (0)