Skip to content

Commit b6b8db8

Browse files
authored
fix python version typo for building 3.11 (#3454)
1 parent 653f90b commit b6b8db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,15 @@ jobs:
184184
- cuda: "128"
185185
cuda_version: 12.8.1
186186
cudnn_version: ""
187-
python_version: "3.12"
187+
python_version: "3.11"
188188
pytorch: 2.10.0
189189
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
190190
dockerfile: "Dockerfile-uv-base"
191191
platforms: "linux/amd64,linux/arm64"
192192
- cuda: "128"
193193
cuda_version: 12.8.1
194194
cudnn_version: ""
195-
python_version: "3.1"
195+
python_version: "3.12"
196196
pytorch: 2.10.0
197197
torch_cuda_arch_list: "7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
198198
dockerfile: "Dockerfile-uv-base"

0 commit comments

Comments
 (0)