Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Mar 22, 2024
1 parent b091d9e commit f0abfa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ReactionMechanismSimulator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ using CondaPkg
packages = keys(CondaPkg.current_packages())
if !("rmg" in packages)
ENV["JULIA_CONDAPKG_ENV"] = abspath("rms_env")
const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
Pkg.build("PythonCall")
end
const Chem = PythonCall.pynew()
const Desc = PythonCall.pynew()
Expand Down

0 comments on commit f0abfa0

Please sign in to comment.