Skip to content

Commit 2b5bcb0

Browse files
committed
chore: fix build
1 parent 8c1f7ea commit 2b5bcb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ jobs:
391391
uses: actions/setup-node@v4
392392
with:
393393
node-version: ${{ matrix.node-version }}
394+
- name: Install Python
395+
uses: actions/setup-python@v5
396+
with:
397+
python-version: ${{ matrix.python-version }}
394398
- name: Get yarn cache directory path
395399
id: yarn-cache-dir-path
396400
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)