Skip to content

Commit 7de0cf4

Browse files
committed
build order tweak
1 parent d4a53a4 commit 7de0cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

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

0 commit comments

Comments
 (0)