Skip to content

Commit

Permalink
Merge pull request #473 from DHI/netcdf_dependency
Browse files Browse the repository at this point in the history
Make netcdf mandatory
  • Loading branch information
jsmariegaard authored Dec 12, 2024
2 parents dd4122b + a34fc98 commit 05a6eee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: Install modelskill
run: |
pip install .[test]
- name: Static type check
run: make typecheck
- name: Test with pytest
run: |
pytest --cov=modelskill --ignore tests/notebooks/
- name: Static type check
run: make typecheck
- name: Test docstrings with pytest
run: |
pytest ./modelskill/metrics.py --doctest-modules
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies = [
"mikeio >= 1.2",
"matplotlib",
"xarray",
"netCDF4",
"scipy",
"jinja2",
]
Expand Down Expand Up @@ -52,7 +53,6 @@ dev = ["pytest",
test = [
"pytest",
"pytest-cov",
"netCDF4",
"openpyxl",
"dask",
"mypy",
Expand Down

0 comments on commit 05a6eee

Please sign in to comment.