Skip to content

Commit

Permalink
fix version of StructArrays
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 17, 2024
1 parent 8e3c883 commit a30f86d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Timers = "21f18d07-b854-4dab-86f0-c15a3821819a"

[compat]
Expand All @@ -31,6 +32,7 @@ PrecompileTools = "1.2"
Reexport = "1"
Rotations = "1.2, 1.3"
StaticArrays = "~1.9"
StructArrays = "~0.6.18"
Timers = "0.1.5"
julia = "1.10, 1.11"

Expand Down
7 changes: 6 additions & 1 deletion bin/install
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash
if [[ $(basename $(pwd)) == "bin" ]]; then
cd ..
fi

julia -e 'using Pkg; Pkg.add("TestEnv")'
julia --project -e 'using Pkg; Pkg.update()'
julia --project -e 'using KiteViewers'
julia --project -e 'using TestEnv; TestEnv.activate(); using Pkg; Pkg.update()'
julia --project -e 'using TestEnv; TestEnv.activate(); using KiteViewers; using KiteModels'
julia --project -e 'include("examples/update_manifest.jl")'

0 comments on commit a30f86d

Please sign in to comment.