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

Commit c0054d3

Browse files
committed
update
1 parent 82c0d08 commit c0054d3

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

eng/pipelines/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ jobs:
140140
Pool: ${{ variables.LINUXPOOL }}
141141
OSVmImage: ${{ variables.LINUXVMIMAGE}}
142142
PythonVersion: "3.10"
143-
Windows_Python310:
144-
OSName: "Windows"
145-
Pool: ${{ variables.WINDOWSPOOL }}
146-
OSVmImage: ${{ variables.WINDOWSVMIMAGE}}
147-
PythonVersion: "3.10"
148143
Linux_Python311:
149144
OSName: "Linux"
150145
Pool: ${{ variables.LINUXPOOL }}
@@ -155,11 +150,16 @@ jobs:
155150
Pool: ${{ variables.LINUXPOOL }}
156151
OSVmImage: ${{ variables.LINUXVMIMAGE}}
157152
PythonVersion: "3.13"
158-
Windows_Python313:
159-
OSName: "Windows"
160-
Pool: ${{ variables.WINDOWSPOOL }}
161-
OSVmImage: ${{ variables.WINDOWSVMIMAGE}}
162-
PythonVersion: "3.13"
153+
# Windows_Python310:
154+
# OSName: "Windows"
155+
# Pool: ${{ variables.WINDOWSPOOL }}
156+
# OSVmImage: ${{ variables.WINDOWSVMIMAGE}}
157+
# PythonVersion: "3.10"
158+
# Windows_Python313:
159+
# OSName: "Windows"
160+
# Pool: ${{ variables.WINDOWSPOOL }}
161+
# OSVmImage: ${{ variables.WINDOWSVMIMAGE}}
162+
# PythonVersion: "3.13"
163163

164164
pool:
165165
name: $(Pool)

0 commit comments

Comments
 (0)