Skip to content

Commit c6d7de6

Browse files
committed
fix: installing optional yaml support for jinja2
1 parent e7eee4b commit c6d7de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: "3.x"
2020

2121
- name: Install Jinja2
22-
run: pip install jinja2-cli
22+
run: pip install jinja2-cli "jinja2-cli[yaml]"
2323

2424
- name: Build
2525
run: make all

0 commit comments

Comments
 (0)