File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 3939 description : JSON list of benchmarks to skip
4040 type : string
4141 default : " []"
42- use_pyenv_python :
43- description : Use Python built with pyenv
44- type : boolean
45- default : false
4642
4743 # This workflow is also called from workflows triton-benchmarks-*.yml.
4844 workflow_call :
8985 - name : Checkout repository
9086 uses : actions/checkout@v5
9187
92- - name : Install Python
93- if : ${{ !(inputs.use_pyenv_python || false) }}
94- uses : actions/setup-python@v6
95- with :
96- python-version : ${{ env.PYTHON_VERSION }}
97-
9888 - name : Install Python (from pyenv) ${{ inputs.python_version }}
99- if : ${{ inputs.use_pyenv_python }}
10089 uses : ./.github/actions/setup-pyenv-python
10190 with :
10291 python-version : ${{ env.PYTHON_VERSION }}
You can’t perform that action at this time.
0 commit comments