add jinja2 to build environments

This commit is contained in:
LostRuins Concedo
2025-11-10 21:24:48 +08:00
parent cdc18f0945
commit 8c60a886e1
7 changed files with 7 additions and 5 deletions
@@ -33,7 +33,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5 jinja2==3.1.6
- name: Display full Visual Studio info Before
run: |