From 8979d618774f9f43ecbd99a3d7efffc719fadef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20N=C3=A6verlid=20S=C3=A6vik?= Date: Thu, 19 Oct 2023 14:52:55 +0200 Subject: [PATCH] Add tests --- .github/workflows/testing.yml | 2 ++ setup.cfg | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e036cb9..ea3ec2b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -9,3 +9,5 @@ jobs: uses: actions/checkout@v3 - name: Installation run: pip install . + - name: Testing + run: pytest diff --git a/setup.cfg b/setup.cfg index 95c7b26..e3a039f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,6 +28,7 @@ install_requires = netCDF4 pandas xarray + numba python_requires = >=3.7 [options.packages.find]