Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- name: Install pixi # also includes auto-caching
uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.28.2
pixi-version: v0.42.1
cache: true
cache-key: ${{ inputs.pixi-environments }}
environments: ${{ inputs.pixi-environments }}
Expand Down
1 change: 1 addition & 0 deletions changelog/121.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed inference of daily time steps (previously this would fail if data was lazy loaded as subtraction of `cftime` with `xarray` doesn't work properly if the data is a dask array)
1 change: 1 addition & 0 deletions changelog/121.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgraded the CI to use the latest version of pixi
Loading
Loading