Skip to content

Commit

Permalink
fix: installing optional yaml support for jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtib committed Sep 8, 2024
1 parent e7eee4b commit c6d7de6
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-cli
run: pip install jinja2-cli "jinja2-cli[yaml]"

- name: Build
run: make all
Expand Down

0 comments on commit c6d7de6

Please sign in to comment.