Skip to content

Commit dd19428

Browse files
committed
Update CI win paths
1 parent 8f310ca commit dd19428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
pool:
6969
vmImage: vs2017-win2016
7070
variables:
71-
interpreter: C:\hostedtoolcache\windows\Python\3.7.0\x64\python.exe
71+
interpreter: C:\hostedtoolcache\windows\Python\3.7.2\x64\python.exe
7272
target: x86_64-pc-windows-msvc
7373
steps:
7474
- task: UsePythonVersion@0
@@ -83,7 +83,7 @@ jobs:
8383
pool:
8484
vmImage: vs2017-win2016
8585
variables:
86-
interpreter: C:\hostedtoolcache\windows\Python\3.6.4\x64\python.exe
86+
interpreter: C:\hostedtoolcache\windows\Python\3.6.8\x64\python.exe
8787
target: x86_64-pc-windows-msvc
8888
steps:
8989
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)