Skip to content

Commit 699a5f2

Browse files
committed
debugging wincl install
1 parent 164d9d5 commit 699a5f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,18 @@ jobs:
3131
conda info
3232
displayName: "Configure Miniconda"
3333
34+
- script:
35+
conda install mamba
3436
# Create conda enviroment
3537
# Note: conda activate doesn't work here, because it creates a new shell!
3638
- script: |
37-
conda install cmake==3.14.0 ^
39+
mamba install cmake==3.14.0 ^
3840
ninja ^
3941
doctest==2.4.7 ^
4042
nlohmann_json ^
4143
xtl==0.7.0 ^
4244
xsimd==8.0.3 ^
43-
python=3.6
45+
python=3.9
4446
conda list
4547
displayName: "Install conda packages"
4648

0 commit comments

Comments
 (0)