Skip to content

Commit

Permalink
install netcdf4 for type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Dec 9, 2024
1 parent 0a521e8 commit 35472dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fabm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
- name: Type checking with mypy
if: matrix.python-version != '3.7'
run: |
conda install mypy pyyaml types-pyyaml
conda install mypy pyyaml types-pyyaml netcdf4
mypy src/pyfabm
- name: Install with customization via command line arguments
run: |
Expand Down

0 comments on commit 35472dc

Please sign in to comment.