Skip to content

Commit 1d993ec

Browse files
committed
tools: install Jinja2 on GH Actions
1 parent 1a022c2 commit 1d993ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
python-version: ${{ env.PYTHON_VERSION }}
3333
- name: Environment Information
3434
run: npx envinfo
35-
- name: Install gcovr
36-
run: pip install gcovr==4.2
35+
- name: Install gcovr and Jinja2
36+
run: pip install gcovr==4.2 Jinja2
3737
- name: Build
3838
run: make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn --coverage"
3939
# TODO(bcoe): fix the couple tests that fail with the inspector enabled.

0 commit comments

Comments
 (0)