Skip to content

Commit 0f1759d

Browse files
committed
Remove version restricions on xarray in CI config
xarray has made a bugfix release, so we can just use the latest version again.
1 parent a692cd2 commit 0f1759d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pip install .[tests]
6363
- name: Integrated tests
6464
run: |
65-
pip install pytest "xarray!=2025.6.0"
65+
pip install pytest xarray
6666
cd integrated_tests/
6767
./test_suite.py
6868
@@ -123,7 +123,6 @@ jobs:
123123
- name: Install dependencies
124124
run: |
125125
python -m pip install --upgrade pip
126-
pip install pytest "xarray!=2025.6.0" # Install explicitly so we can avoid this buggy version
127126
pip install xbout
128127
pip install -e .
129128
- name: Utilities

0 commit comments

Comments
 (0)