[Add] Install Python script dependencies for tqdm

This commit is contained in:
misyaguziya
2025-06-07 18:15:41 +09:00
parent a9cc7480ea
commit 205b5262da

View File

@@ -36,6 +36,9 @@ jobs:
- name: Setup Python environment - name: Setup Python environment
run: npm run setup-python run: npm run setup-python
- name: Install Python script dependencies
run: pip install tqdm
- name: Build and package - name: Build and package
run: npm run release-all run: npm run release-all