Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbren12 committed Jun 1, 2024
1 parent ed026c8 commit 3243452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ lint: license

unittest:
coverage run --source earth2grid/ -m pytest
coverage run --source earth2grid/ -a -m pytest --doctest-modules earth2grid/ -vv
# requires vtk so don't run in ci
# coverage run --source earth2grid/ -a -m pytest --doctest-modules earth2grid/ -vv

coverage:
coverage report
Expand Down

0 comments on commit 3243452

Please sign in to comment.