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 71c1f0a commit 3198be5Copy full SHA for 3198be5
.github/workflows/triton-benchmarks.yml
@@ -81,7 +81,7 @@ jobs:
81
if: ${{ inputs.use_pyenv_python }}
82
uses: ./.github/actions/setup-pyenv-python
83
with:
84
- python-version: ${{ inputs.python_version }}
+ python-version: ${{ env.PYTHON_VERSION }}
85
86
- name: Identify Python version
87
run: |
0 commit comments