Skip to content

Commit

Permalink
pyenv action
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasd committed Nov 27, 2024
1 parent a125de8 commit 9f006ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triton-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
type: string
default: "[]"
use_pyenv_python:
description: Use Python built with pyenv
description: Use Python built with pyenv
type: boolean
default: false

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Python (from pyenv) ${{ inputs.python_version }}
if: ${{ inputs.use_pyenv_python }}
uses: ./.github/actions/setup-pyenv-python
Expand Down

0 comments on commit 9f006ac

Please sign in to comment.