Skip to content

Commit 9c19f33

Browse files
committed
pyenv action
1 parent 6c970e4 commit 9c19f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-pyenv-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
pyenv install ${{ inputs.python-version }}
4141
pyenv global ${{ inputs.python-version }}
4242
echo PATH="$(dirname $(pyenv which python${{ inputs.python-version }})):$PATH" >> ${GITHUB_ENV}
43-
43+
4444
- name: Use python as python3
4545
shell: bash
4646
run: |

0 commit comments

Comments
 (0)