From 205b5262da67f4232ef0b99303da37c1caa11587 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Sat, 7 Jun 2025 18:15:41 +0900 Subject: [PATCH] [Add] Install Python script dependencies for tqdm --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fc67de4..d6dca7c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,9 @@ jobs: - name: Setup Python environment run: npm run setup-python + - name: Install Python script dependencies + run: pip install tqdm + - name: Build and package run: npm run release-all