From f9a8126517a3f452f559a18c5bfd8a5ab929fb6a Mon Sep 17 00:00:00 2001 From: Juergen Fuhrmann Date: Fri, 18 Jun 2021 17:42:53 +0200 Subject: [PATCH] add versioned plutovista instead of head to test notebook. --- examples/plutovista.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plutovista.jl b/examples/plutovista.jl index 2b23be4..8b7ddad 100644 --- a/examples/plutovista.jl +++ b/examples/plutovista.jl @@ -30,7 +30,7 @@ begin if develop Pkg.develop("PlutoVista") else - Pkg.add(name="PlutoVista",url="https://github.com/j-fu/PlutoVista.jl") + Pkg.add("PlutoVista") end use=true