"test/vscode:/vscode.git/clone" did not exist on "ec13a815b13ec6be3eeb8c3eb9ccb725dc322233"
Commit 70f2e3ff authored by peterjc123's avatar peterjc123 Committed by Francisco Massa
Browse files

Add Python 3.8 binaries for Windows nightlies (#1789)

parent 035ed162
......@@ -55,6 +55,9 @@ jobs:
PY3.7:
DESIRED_PYTHON: 3.7
CUDA_VERSION: cpu
PY3.8:
DESIRED_PYTHON: 3.8
CUDA_VERSION: cpu
${{ if ne(parameters.spec, 'CPU') }}:
PY3.5_92:
DESIRED_PYTHON: 3.5
......@@ -65,6 +68,9 @@ jobs:
PY3.7_92:
DESIRED_PYTHON: 3.7
CUDA_VERSION: 92
PY3.8_92:
DESIRED_PYTHON: 3.8
CUDA_VERSION: 92
PY3.5_101:
DESIRED_PYTHON: 3.5
CUDA_VERSION: 101
......@@ -74,6 +80,9 @@ jobs:
PY3.7_101:
DESIRED_PYTHON: 3.7
CUDA_VERSION: 101
PY3.8_101:
DESIRED_PYTHON: 3.8
CUDA_VERSION: 101
pool:
${{ if eq(parameters.msagent, 'true') }}:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment