Skip to content

Commit a45b285

Browse files
committed
Explicit python version
1 parent 2c69de7 commit a45b285

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

windows/templates/build_task.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
maxParallel: 10
5151
matrix:
5252
${{ if eq(parameters.spec, 'CPU') }}:
53-
PY3.5:
54-
DESIRED_PYTHON: 3.5
55-
CUDA_VERSION: cpu
53+
# PY3.5:
54+
# DESIRED_PYTHON: 3.5
55+
# CUDA_VERSION: cpu
5656
PY3.6:
57-
DESIRED_PYTHON: 3.6
57+
DESIRED_PYTHON: 3.6.7
5858
CUDA_VERSION: cpu
5959
PY3.7:
60-
DESIRED_PYTHON: 3.7
60+
DESIRED_PYTHON: 3.7.1
6161
CUDA_VERSION: cpu
6262
# ${{ if and(eq(parameters.package, 'Wheels'), eq(parameters.spec, 'CPU')) }}:
6363
# LIBTORCH:

0 commit comments

Comments
 (0)