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 704e215 commit 7ceb73cCopy full SHA for 7ceb73c
test/test_installation4
@@ -10,6 +10,6 @@ cd /tmp/test
10
export JULIA_DEPOT_PATH=/tmp/testdepot
11
mkdir test
12
cd test
13
-julia --project="." -e 'using Pkg; pkg"add KiteModels#main"'
+julia --project=. -e 'using Pkg; Pkg.add(Pkg.PackageSpec(name="KiteModels", rev="main"))'
14
julia --project -e 'using KiteModels; KiteModels.install_examples()'
15
julia --project -e 'using KiteModels; include("examples/ram_air_kite.jl")'
0 commit comments