Skip to content

Commit

Permalink
Explicit python version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 committed Feb 13, 2019
1 parent 2c69de7 commit a45b285
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions windows/templates/build_task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
maxParallel: 10
matrix:
${{ if eq(parameters.spec, 'CPU') }}:
PY3.5:
DESIRED_PYTHON: 3.5
CUDA_VERSION: cpu
# PY3.5:
# DESIRED_PYTHON: 3.5
# CUDA_VERSION: cpu
PY3.6:
DESIRED_PYTHON: 3.6
DESIRED_PYTHON: 3.6.7
CUDA_VERSION: cpu
PY3.7:
DESIRED_PYTHON: 3.7
DESIRED_PYTHON: 3.7.1
CUDA_VERSION: cpu
# ${{ if and(eq(parameters.package, 'Wheels'), eq(parameters.spec, 'CPU')) }}:
# LIBTORCH:
Expand Down

0 comments on commit a45b285

Please sign in to comment.