diff --git a/test/Project.toml b/test/Project.toml index 2e21b3681b..01f3b89a8e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -36,3 +36,4 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] HDF5_jll = "~1.12" +Aqua = "0.8" \ No newline at end of file diff --git a/test/aqua.jl b/test/aqua.jl index 9818d8adda..43af2cb255 100644 --- a/test/aqua.jl +++ b/test/aqua.jl @@ -31,7 +31,7 @@ end Aqua.test_deps_compat(ClimaCore) Aqua.test_project_extras(ClimaCore) # Aqua.test_project_toml_formatting(ClimaCore) # failing - Aqua.test_piracy(ClimaCore) + Aqua.test_piracies(ClimaCore) end nothing