Skip to content

Commit

Permalink
add test dep and hdf5 in manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-petersen committed Feb 27, 2024
1 parent cd6c93b commit 444adf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
using Pkg
Pkg.add("BenchmarkTools")
Pkg.add("ArgParse")
Pkg.add("HDF5")
Pkg.add("Test")
Pkg.add(url="https://github.com/JuliaStellarDynamics/OrbitalElements.jl.git")
Pkg.add(url="https://github.com/JuliaStellarDynamics/FiniteHilbertTransform.jl.git")
Pkg.add(url="https://github.com/JuliaStellarDynamics/AstroBasis.jl.git")
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ FiniteHilbertTransform = "68cdf181-988b-4042-8999-0b9541c1c3c2"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrbitalElements = "a3b07092-bde3-4843-b84f-c597d614ec7b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.6.7"

0 comments on commit 444adf4

Please sign in to comment.