We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164d9d5 commit 699a5f2Copy full SHA for 699a5f2
.azure-pipelines/azure-pipelines-win.yml
@@ -31,16 +31,18 @@ jobs:
31
conda info
32
displayName: "Configure Miniconda"
33
34
+ - script:
35
+ conda install mamba
36
# Create conda enviroment
37
# Note: conda activate doesn't work here, because it creates a new shell!
38
- script: |
- conda install cmake==3.14.0 ^
39
+ mamba install cmake==3.14.0 ^
40
ninja ^
41
doctest==2.4.7 ^
42
nlohmann_json ^
43
xtl==0.7.0 ^
44
xsimd==8.0.3 ^
- python=3.6
45
+ python=3.9
46
conda list
47
displayName: "Install conda packages"
48
0 commit comments