Skip to content

Commit

Permalink
tools: install Jinja2 on GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Mar 3, 2021
1 parent 1a022c2 commit 1d993ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Environment Information
run: npx envinfo
- name: Install gcovr
run: pip install gcovr==4.2
- name: Install gcovr and Jinja2
run: pip install gcovr==4.2 Jinja2
- name: Build
run: make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn --coverage"
# TODO(bcoe): fix the couple tests that fail with the inspector enabled.
Expand Down

0 comments on commit 1d993ec

Please sign in to comment.