Skip to content

Commit 33e9c12

Browse files
committed
chore: fix build
1 parent 3c0295e commit 33e9c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394
- name: Install Python
395395
uses: actions/setup-python@v5
396396
with:
397-
python-version: ${{ matrix.python-version }}
397+
python-version: ${{ env.PYTHON_VERSION_CURRENT }}
398398
- name: Get yarn cache directory path
399399
id: yarn-cache-dir-path
400400
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)