[F] Try to fix github actions

pull/32/head
Hykilpikonna 2022-11-16 02:24:22 -05:00
parent 0b3f4e8446
commit 117f146a27
No known key found for this signature in database
GPG Key ID: 256CD01A41D7FA26
1 changed files with 5 additions and 2 deletions

View File

@ -20,10 +20,13 @@ jobs:
cache: 'pip' # caching pip dependencies cache: 'pip' # caching pip dependencies
- name: Install Python Dependencies - name: Install Python Dependencies
run: pip install -r requirements.txt run: |
pip install -r requirements.txt
- name: Convert zh-hant - name: Convert zh-hant
run: python3 scripts/convert_zh.py run: |
ls -lah
python3 scripts/convert_zh.py
- uses: EndBug/add-and-commit@v7 - uses: EndBug/add-and-commit@v7
with: with: