Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Oct 8, 2024
1 parent 8a5acb6 commit e1738ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: bash -l {0}
run: |
pip install -e .[testing]
pip install netCDF4
mamba install -c conda-forge xarray netCDF4
pytest
- name: Upload Coverage
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- scipy
- xarray
- dask
- netcdf4!=1.6.2
- netCDF4!=1.6.2
- pyresample
- pip
- pip:
Expand Down

0 comments on commit e1738ab

Please sign in to comment.