Skip to content

Commit

Permalink
add update_manifest.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 17, 2024
1 parent 5980698 commit 8e3c883
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/update_manifest.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using TestEnv; pr=TestEnv.activate()
using KiteViewers, KiteModels
src = joinpath(dirname(pr), "Manifest.toml")
dest = joinpath(pwd(), "Manifest.toml")
cp(src, dest; force=true)
using Pkg
Pkg.activate(".")
Pkg.resolve()

0 comments on commit 8e3c883

Please # to comment.