Skip to content

Commit

Permalink
aqua test update
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Nov 16, 2023
1 parent b5d0c81 commit 472f7e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/JuliaProject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ HDF5_jll = "0234f1f7-429e-5d53-9886-15a909be8d59"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"

[preferences.CUDA_Driver_jll]
compat = false
compat = false

[preferences.CUDA_Runtime_jll]
version = "local"
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
ArtifactWrappers = "0.2"
Aqua = "0.8"
ClimaCoupler = "0.1"
Downloads = "1"
HDF5_jll = "=1.12.2"
Expand Down
3 changes: 1 addition & 2 deletions test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ end
Aqua.test_stale_deps(ClimaCoupler)
Aqua.test_deps_compat(ClimaCoupler)
Aqua.test_project_extras(ClimaCoupler)
Aqua.test_project_toml_formatting(ClimaCoupler)
Aqua.test_piracy(ClimaCoupler)
Aqua.test_piracies(ClimaCoupler)
end

0 comments on commit 472f7e5

Please sign in to comment.