Switch conda profile to use mamba

This commit is contained in:
Chris Wright 2021-07-27 11:19:11 +01:00
parent 0f19083e57
commit fcc1394600

View File

@ -61,6 +61,7 @@ profiles {
} }
conda { conda {
cacheDir = "" cacheDir = ""
useMamba = true
} }
} }