Skip to content

Commit f0abfa0

Browse files
committed
update
1 parent b091d9e commit f0abfa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReactionMechanismSimulator.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ using CondaPkg
44
packages = keys(CondaPkg.current_packages())
55
if !("rmg" in packages)
66
ENV["JULIA_CONDAPKG_ENV"] = abspath("rms_env")
7+
const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
8+
Pkg.build("PythonCall")
79
end
810
const Chem = PythonCall.pynew()
911
const Desc = PythonCall.pynew()

0 commit comments

Comments
 (0)