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 3c0295e commit 33e9c12Copy full SHA for 33e9c12
.github/workflows/push.yml
@@ -394,7 +394,7 @@ jobs:
394
- name: Install Python
395
uses: actions/setup-python@v5
396
with:
397
- python-version: ${{ matrix.python-version }}
+ python-version: ${{ env.PYTHON_VERSION_CURRENT }}
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