Skip to content

Commit

Permalink
CI: Force compatible version of pandas for min-version xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Jul 26, 2023
1 parent 45e01e0 commit ea879a0
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
pip install xarray~=0.18.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==0.18.0
pip install xarray~=0.18.0 pandas~=1.4.0
- name: Install package
run: |
pip install -e .[tests]
Expand Down

0 comments on commit ea879a0

Please sign in to comment.