We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f310ca commit dd19428Copy full SHA for dd19428
1 file changed
ci/azure-pipelines.yml
@@ -68,7 +68,7 @@ jobs:
68
pool:
69
vmImage: vs2017-win2016
70
variables:
71
- interpreter: C:\hostedtoolcache\windows\Python\3.7.0\x64\python.exe
+ interpreter: C:\hostedtoolcache\windows\Python\3.7.2\x64\python.exe
72
target: x86_64-pc-windows-msvc
73
steps:
74
- task: UsePythonVersion@0
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
- interpreter: C:\hostedtoolcache\windows\Python\3.6.4\x64\python.exe
+ interpreter: C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
87
88
89
0 commit comments