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 6c970e4 commit 9c19f33Copy full SHA for 9c19f33
.github/actions/setup-pyenv-python/action.yml
@@ -40,7 +40,7 @@ runs:
40
pyenv install ${{ inputs.python-version }}
41
pyenv global ${{ inputs.python-version }}
42
echo PATH="$(dirname $(pyenv which python${{ inputs.python-version }})):$PATH" >> ${GITHUB_ENV}
43
-
+
44
- name: Use python as python3
45
shell: bash
46
run: |
0 commit comments