From 47bede9954c110c38cab688fe7e561b84f8b5261 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 15 Sep 2022 13:15:13 -0300 Subject: [PATCH] run all tests --- recipe/meta.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0514965..3e61f79 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -76,17 +76,22 @@ requirements: - openssh # [mpi == 'openmpi'] test: + source_files: + - test files: - parallel_test.py # [mpi != 'nompi'] imports: - netCDF4 - cftime + requires: + - cython commands: - ncinfo -h - nc4tonc3 -h - nc3tonc4 -h - mpirun -np 4 python parallel_test.py # [mpi == 'mpich'] - mpirun --oversubscribe -np 4 python parallel_test.py # [mpi == 'openmpi'] + - cd test && python run_all.py about: home: http://github.com/Unidata/netcdf4-python