We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48581d0 commit 930cfa8Copy full SHA for 930cfa8
examples/Project.toml
@@ -12,4 +12,5 @@ Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
12
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
13
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
14
ProfileSVG = "132c30aa-f267-4189-9183-c8a63c7e05e6"
15
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
16
StatProfilerHTML = "a8a75453-ed82-57c9-9e16-4cd1196ecbf5"
test/bootstrap_examples.jl
@@ -1,6 +1,12 @@
1
# Bootstrap script to setup this local version of the JetReconstruction package
2
# for running the examples
3
4
+println("Starting example boostrap script")
5
+
6
using Pkg
7
Pkg.instantiate()
8
+Pkg.resolve()
9
Pkg.develop(path = "../JetReconstruction")
10
+Pkg.status()
11
+println("Finished example boostrap script")
0 commit comments