Skip to content

Commit

Permalink
fix: correct jinja cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mtib committed Sep 8, 2024
1 parent 777f67e commit e7eee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.x"

- name: Install Jinja2
run: pip install jinja2
run: pip install jinja2-cli

- name: Build
run: make all
Expand Down

0 comments on commit e7eee4b

Please sign in to comment.