Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emfdavid committed Dec 16, 2024
1 parent 01f510d commit 261ee2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/environment-py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- dask
- scipy
- s3fs
- gcsfs
- python-blosc
- flake8
- black
Expand Down
1 change: 1 addition & 0 deletions ci/environment-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- dask
- scipy
- s3fs
- gcsfs
- python-blosc
- flake8
- fastparquet
Expand Down
1 change: 1 addition & 0 deletions ci/environment-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- aiohttp
- pytest-cov
- fsspec
- gcsfs
- dask
- scipy
- s3fs
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dev = [
"mypy",
"pytest",
"s3fs",
"gcsfs",
"types-ujson",
"xarray>=2024.10.0",
"cfgrib",
Expand Down

0 comments on commit 261ee2f

Please sign in to comment.