Skip to content

Commit

Permalink
Merge pull request #10 from UCD4IDS/EnvironmentActivationInGithubActi…
Browse files Browse the repository at this point in the history
…onsBugFix

Add environment activation in notebook
  • Loading branch information
zengfung authored Jul 17, 2022
2 parents a3723a6 + af8e820 commit eb46bbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions LDBexperiment.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ macro bind(def, element)
end
end

# ╔═╡ 72db7eae-c2a7-4d74-85a9-b89f7fe80e85
let
import Pkg
Pkg.activate(".")
Pkg.instantiate()
end

# ╔═╡ 5ad9f0fb-3688-4b15-94c1-a18e5f41eeed
begin
using
Expand Down Expand Up @@ -2404,6 +2411,7 @@ version = "0.9.1+5"

# ╔═╡ Cell order:
# ╟─45f88030-a821-11eb-0c6d-f5c7c82b7115
# ╠═72db7eae-c2a7-4d74-85a9-b89f7fe80e85
# ╠═5ad9f0fb-3688-4b15-94c1-a18e5f41eeed
# ╠═aa7ba1e0-ff23-4406-96a1-4406b4e94399
# ╟─f3a892ef-0c5a-4d4a-86ab-036d913d9d97
Expand Down

0 comments on commit eb46bbd

Please sign in to comment.