Skip to content

Commit

Permalink
move develop after activate
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Oct 29, 2024
1 parent ec092c8 commit 61981f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run_benchmarks.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Pkg
Pkg.develop(PackageSpec(path = dirname(@__DIR__)))
Pkg.activate(@__DIR__)
Pkg.develop(PackageSpec(path = dirname(@__DIR__)))
Pkg.instantiate()

include("benchmarks.jl")
Expand Down

0 comments on commit 61981f0

Please sign in to comment.