wrf-io: remove check() (#50151)

This commit is contained in:
Alex Richert 2025-04-22 06:38:29 -04:00 committed by GitHub
parent 60f6f8d836
commit 441ade5809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,3 @@ class WrfIo(CMakePackage):
def cmake_args(self):
args = [self.define_from_variant("OPENMP", "openmp")]
return args
def check(self):
make("test")