Skip to content

Commit 54f8375

Browse files
committed
github actions update xarray version
1 parent bbeb492 commit 54f8375

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
sudo apt-get update && sudo apt-get install libhdf5-dev libnetcdf-dev
6363
python -m pip install --upgrade pip
64-
pip install xarray~=0.18.0 pandas~=1.4.0
64+
pip install xarray~=2023.1.0 pandas~=1.4.0
6565
- name: Install package
6666
run: |
6767
pip install -e .[tests]

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
sudo apt-get update && sudo apt-get install libhdf5-dev libnetcdf-dev
6363
python -m pip install --upgrade pip
64-
pip install xarray~=2024.7.0 pandas~=1.4.0
64+
pip install xarray~=2023.1.0 pandas~=1.4.0
6565
- name: Install package
6666
run: |
6767
pip install -e .[tests]

0 commit comments

Comments
 (0)