Skip to content

Commit a757f06

Browse files
JohanMabilleMyDataModels
authored and
MyDataModels
committed
Upgraded vmImage
1 parent 1559528 commit a757f06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
# Configure, build, install, and test job
77
- job: 'build'
88
pool:
9-
vmImage: 'vs2015-win2012r2'
9+
vmImage: 'vs2017-win2016'
1010
timeoutInMinutes: 360
1111
steps:
1212

@@ -38,8 +38,8 @@ jobs:
3838
# Create conda enviroment
3939
# Note: conda activate doesn't work here, because it creates a new shell!
4040
- script: |
41-
conda install cmake ^
42-
gtest ^
41+
conda install cmake==3.14.0 ^
42+
gtest==1.10.0 ^
4343
mkl-devel ^
4444
ninja ^
4545
xtensor=0.21.4 ^

0 commit comments

Comments
 (0)