Skip to content

Commit

Permalink
fix: remove Pkg activate before installing SearchLight adapter (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Sayed authored Sep 29, 2023
1 parent 4a36f78 commit 672c384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Generator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ You can add support for additional databases anytime later. ")
@warn "You need to edit the database configuration file at db/connection.yml to set your database connection info."
end

Pkg.activate(".")
testmode ? Pkg.develop("SearchLight$adapter", io = devnull) : Pkg.add("SearchLight$adapter", io = devnull)

adapter
Expand Down

0 comments on commit 672c384

Please sign in to comment.