Skip to content

Commit

Permalink
don't rebuild PythonCall
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 1, 2024
1 parent 75b3126 commit c354b13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/ReactionMechanismSimulator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
CondaPkg.add("pydot", channel="conda-forge",resolve=false)
CondaPkg.resolve()
end
@assert false
Pkgc = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
Pkgc.build("PythonCall")
end

using PythonCall
Expand Down
3 changes: 0 additions & 3 deletions src/rmstest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
CondaPkg.add("pydot", channel="conda-forge",resolve=false)
CondaPkg.resolve()
end
@assert false
Pkgc = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
Pkgc.build("PythonCall")
end

using PythonCall
Expand Down

0 comments on commit c354b13

Please sign in to comment.