Skip to content

Commit 3198be5

Browse files
committed
pyenv action
1 parent 71c1f0a commit 3198be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: ${{ inputs.use_pyenv_python }}
8282
uses: ./.github/actions/setup-pyenv-python
8383
with:
84-
python-version: ${{ inputs.python_version }}
84+
python-version: ${{ env.PYTHON_VERSION }}
8585

8686
- name: Identify Python version
8787
run: |

0 commit comments

Comments
 (0)