Skip to content

Commit

Permalink
Updated requirements with pytest for basic testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Aug 8, 2024
1 parent 2eacd4f commit 2317b0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ netCDF4==1.6.5
h5py==3.11.0
dask==2024.7.0
cftime==1.6.4
cfunits==3.3.7
cfunits==3.3.7
pytest==7.2.0

0 comments on commit 2317b0b

Please sign in to comment.