We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1f7ea commit 2b5bcb0Copy full SHA for 2b5bcb0
.github/workflows/push.yml
@@ -391,6 +391,10 @@ jobs:
391
uses: actions/setup-node@v4
392
with:
393
node-version: ${{ matrix.node-version }}
394
+ - name: Install Python
395
+ uses: actions/setup-python@v5
396
+ with:
397
+ python-version: ${{ matrix.python-version }}
398
- name: Get yarn cache directory path
399
id: yarn-cache-dir-path
400
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
0 commit comments