Skip to content

Commit d4a53a4

Browse files
committed
remove mamba before conda env adaption
1 parent 8600590 commit d4a53a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/build.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ using PyCall
22
if PyCall.pyversion.major != 3 || PyCall.pyversion.minor != 7
33
using Conda
44
const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
5-
5+
Conda.rm("mamba")
66
Conda.add("conda=4")
77
Conda.add("python=3.7")
8-
8+
Conda.add("mamba")
99
try
1010
Conda.rm("numpy") #get around MKL problem
1111
catch e

0 commit comments

Comments
 (0)