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 a125de8 commit 9f006acCopy full SHA for 9f006ac
.github/workflows/triton-benchmarks.yml
@@ -29,7 +29,7 @@ on:
29
type: string
30
default: "[]"
31
use_pyenv_python:
32
- description: Use Python built with pyenv
+ description: Use Python built with pyenv
33
type: boolean
34
default: false
35
@@ -76,7 +76,7 @@ jobs:
76
uses: actions/setup-python@v5
77
with:
78
python-version: ${{ env.PYTHON_VERSION }}
79
-
+
80
- name: Install Python (from pyenv) ${{ inputs.python_version }}
81
if: ${{ inputs.use_pyenv_python }}
82
uses: ./.github/actions/setup-pyenv-python
0 commit comments