Skip to content

Commit 9f006ac

Browse files
committed
pyenv action
1 parent a125de8 commit 9f006ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
type: string
3030
default: "[]"
3131
use_pyenv_python:
32-
description: Use Python built with pyenv
32+
description: Use Python built with pyenv
3333
type: boolean
3434
default: false
3535

@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/setup-python@v5
7777
with:
7878
python-version: ${{ env.PYTHON_VERSION }}
79-
79+
8080
- name: Install Python (from pyenv) ${{ inputs.python_version }}
8181
if: ${{ inputs.use_pyenv_python }}
8282
uses: ./.github/actions/setup-pyenv-python

0 commit comments

Comments
 (0)