Skip to content

Commit

Permalink
Update benchmark/run.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Arslan <ararslan@comcast.net>
  • Loading branch information
palday and ararslan committed Aug 22, 2023
1 parent 330e8e5 commit 59510e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.develop(PackageSpec(path=dirname(@__DIR__)))
Pkg.instantiate()
using PkgBenchmark, MixedModels
# explicit `Pkg.add` is a crutch until we've got a good base on main
Expand Down

0 comments on commit 59510e3

Please sign in to comment.