From 05c831ddb10b6d40bfbc0b853f25e0b5c6323aa5 Mon Sep 17 00:00:00 2001 From: Anthony Islas Date: Fri, 4 Oct 2024 15:02:34 -0700 Subject: [PATCH] Ensure proper module name --- .ci/wrf_compilation_tests-cmake.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/wrf_compilation_tests-cmake.json b/.ci/wrf_compilation_tests-cmake.json index 38c982c82f..c3ba6b4b8a 100644 --- a/.ci/wrf_compilation_tests-cmake.json +++ b/.ci/wrf_compilation_tests-cmake.json @@ -38,7 +38,7 @@ ".*intel-llvm.*::test_modules" : [ "intel-oneapi" ], ".*pgi.*::test_modules" : [ "nvhpc" ], ".*dm.*::test_mpi_module" : [ "cray-mpich" ], - ".*cmake.*::test_cmake_module" : [ "cmake/3.22.0" ] + ".*cmake.*::test_cmake_module" : [ "cmake" ] } } },