Skip to content

Commit

Permalink
FIX: Use the most recent commit of xarray main (#99)
Browse files Browse the repository at this point in the history
* FIX: Use the most recent commit of xarray main

* FIX: Update the docker tag
  • Loading branch information
mgrover1 authored Aug 30, 2024
1 parent 1a7c562 commit 94b2718
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-book-pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ permissions:
contents: read

env:
DOCKER_TAG: pr_97
DOCKER_TAG: pr_99

jobs:
build-book:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
type: string # had a lot of trouble with boolean types, see https://github.com/actions/runner/issues/1483

env:
DOCKER_TAG: pr_97
DOCKER_TAG: pr_99

jobs:
build-container:
Expand Down
4 changes: 3 additions & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies:
- wradlib
- pydda
- zarr
- xarray
- xradar>=0.6.3
- numpy<2.0
- python<=3.11
Expand Down Expand Up @@ -65,3 +64,6 @@ dependencies:
- rioxarray
# needed for LROSE
- metpy
- pip
- pip:
- git+https://github.com/pydata/xarray@d33e4ad9407591cc7287973b0f8da47cae396004
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ dependencies:
- pydda
- pyrad_arm
- wradlib
- xarray
- xradar>=0.6.3
- numpy<2.0
- python<=3.11
- mystmd
- pip
- pip:
- git+https://github.com/pydata/xarray@d33e4ad9407591cc7287973b0f8da47cae396004

0 comments on commit 94b2718

Please sign in to comment.