Skip to content

Commit decad60

Browse files
authored
Use use_pyenv_python=true by default in build-test-gpu.yml (#5378)
To fix: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/18741945464 ```bash The version '3.10' with architecture 'x64' was not found for this operating system. ```
1 parent 510cf55 commit decad60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ on:
4242
use_pyenv_python:
4343
description: Use Python built with pyenv
4444
type: boolean
45-
default: false
45+
default: true
4646

4747
permissions: read-all
4848

@@ -64,4 +64,4 @@ jobs:
6464
skip_list: ${{ inputs.skip_list }}
6565
run_name: ${{ inputs.run_name || format('Build and test {0}', inputs.runner_label) }}
6666
enable_unskip: ${{ inputs.enable_unskip }}
67-
use_pyenv_python: ${{ inputs.use_pyenv_python || false }}
67+
use_pyenv_python: ${{ inputs.use_pyenv_python || true }}

0 commit comments

Comments
 (0)