From 7e5e11f81324ccbf525130c19b4f1e3f76f67921 Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Wed, 15 Nov 2023 13:55:54 -0800 Subject: [PATCH] update Aqua --- test/Project.toml | 1 + test/aqua.jl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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