From 2317b0b97678c7dfa84c7bd352c151e8e39ac5ae Mon Sep 17 00:00:00 2001 From: dwest77 Date: Thu, 8 Aug 2024 12:28:51 +0100 Subject: [PATCH] Updated requirements with pytest for basic testing --- .github/workflows/ci.yml | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c5ac47..9a0d4e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Install Python dependencies run: | python3 -m pip install --upgrade pip - pip3 install -r requirements_dev.txt + pip3 install -r requirements.txt pip3 install -e . # Test with pytest - name: Run pytest diff --git a/requirements.txt b/requirements.txt index 4855377..3ec3a50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ netCDF4==1.6.5 h5py==3.11.0 dask==2024.7.0 cftime==1.6.4 -cfunits==3.3.7 \ No newline at end of file +cfunits==3.3.7 +pytest==7.2.0 \ No newline at end of file