Skip to content

Commit 930cfa8

Browse files
More example bootstrap debugging
1 parent 48581d0 commit 930cfa8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

examples/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
1212
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
1313
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
1414
ProfileSVG = "132c30aa-f267-4189-9183-c8a63c7e05e6"
15+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1516
StatProfilerHTML = "a8a75453-ed82-57c9-9e16-4cd1196ecbf5"

test/bootstrap_examples.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Bootstrap script to setup this local version of the JetReconstruction package
22
# for running the examples
33

4+
println("Starting example boostrap script")
5+
46
using Pkg
57
Pkg.instantiate()
8+
Pkg.resolve()
69
Pkg.develop(path = "../JetReconstruction")
10+
Pkg.status()
11+
12+
println("Finished example boostrap script")

0 commit comments

Comments
 (0)