Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Nov 18, 2024
1 parent fe85a8b commit 546b87e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ if [[ $(basename $(pwd)) == "bin" ]]; then
fi

julia -e 'using Pkg; Pkg.add("TestEnv")'
julia --project -e 'using Pkg; Pkg.update()'
julia --project -e 'using KiteViewers'
julia --project -e 'using TestEnv; TestEnv.activate(); using Pkg; Pkg.update()'
julia --project -e 'include("examples/update_manifest.jl")'

0 comments on commit 546b87e

Please sign in to comment.