Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pnsaevik committed Oct 19, 2023
1 parent 3eaa247 commit 8979d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
uses: actions/checkout@v3
- name: Installation
run: pip install .
- name: Testing
run: pytest
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install_requires =
netCDF4
pandas
xarray
numba
python_requires = >=3.7

[options.packages.find]
Expand Down

0 comments on commit 8979d61

Please sign in to comment.