Skip to content

Commit

Permalink
github actions update xarray version
Browse files Browse the repository at this point in the history
  • Loading branch information
bendudson committed Oct 30, 2024
1 parent bbeb492 commit 54f8375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install libhdf5-dev libnetcdf-dev
python -m pip install --upgrade pip
pip install xarray~=0.18.0 pandas~=1.4.0
pip install xarray~=2023.1.0 pandas~=1.4.0
- name: Install package
run: |
pip install -e .[tests]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install libhdf5-dev libnetcdf-dev
python -m pip install --upgrade pip
pip install xarray~=2024.7.0 pandas~=1.4.0
pip install xarray~=2023.1.0 pandas~=1.4.0
- name: Install package
run: |
pip install -e .[tests]
Expand Down

0 comments on commit 54f8375

Please sign in to comment.