Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 82c0d08

Browse files
committed
update
1 parent 3a31d37 commit 82c0d08

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

eng/pipelines/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454
Pool: ${{ variables.LINUXPOOL }}
5555
OSVmImage: ${{ variables.LINUXVMIMAGE}}
5656
PythonVersion: "3.10"
57-
# Windows_Python3.10:
58-
# OSName: "Windows"
59-
# Pool: ${{ variables.WINDOWSPOOL }}
60-
# OSVmImage: ${{ variables.WINDOWSVMIMAGE}}
61-
# PythonVersion: "3.10"
6257
Linux_Python3.11:
6358
OSName: "Linux"
6459
Pool: ${{ variables.LINUXPOOL }}
@@ -69,6 +64,11 @@ jobs:
6964
Pool: ${{ variables.LINUXPOOL }}
7065
OSVmImage: ${{ variables.LINUXVMIMAGE}}
7166
PythonVersion: "3.13"
67+
# Windows_Python3.10:
68+
# OSName: "Windows"
69+
# Pool: ${{ variables.WINDOWSPOOL }}
70+
# OSVmImage: ${{ variables.WINDOWSVMIMAGE}}
71+
# PythonVersion: "3.10"
7272
# Windows_Python3.13:
7373
# OSName: "Windows"
7474
# Pool: ${{ variables.WINDOWSPOOL }}

0 commit comments

Comments
 (0)