Skip to content

Commit e7eee4b

Browse files
committed
fix: correct jinja cli
1 parent 777f67e commit e7eee4b

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
22+
run: pip install jinja2-cli
2323

2424
- name: Build
2525
run: make all

0 commit comments

Comments
 (0)