Skip to content

Commit ee3db01

Browse files
committed
Adding channel on build doesn't work
1 parent 69d6b93 commit ee3db01

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

deps/build.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,5 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
1515
CondaPkg.add("pydot")
1616
end
1717

18-
if "rmg" in packages
19-
CondaPkg.add_channel("defaults")
20-
CondaPkg.add_channel("rmg")
21-
CondaPkg.add_channel("conda-forge")
22-
CondaPkg.add_channel("cantera")
23-
end
24-
2518
const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
2619
Pkg.build("PythonCall")

0 commit comments

Comments
 (0)