Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfc51ed

Browse files
committed
Install jinja on GH Actions
1 parent 0e5ccfe commit dfc51ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-cycle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- uses: actions/setup-python@v4
2020
with:
2121
python-version: "3"
22+
cache: pip
23+
24+
- name: Install Jinja
25+
run: python -m pip install jinja2
2226

2327
- name: Generate release cycle output
2428
run: python -I -bb -X dev -X warn_default_encoding -W error _tools/generate_release_cycle.py

0 commit comments

Comments
 (0)