Add typos check to pre-commit hooks #16457
ci.yaml
on: pull_request
detect ci trigger
3s
Event File
4s
Matrix: test
Annotations
30 errors and 83 warnings
windows-latest py3.13
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
macos-latest py3.13
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
macos-latest py3.13
The operation was canceled.
|
windows-latest py3.13
The operation was canceled.
|
windows-latest py3.13
Could not find micromamba activate xarray-tests in C:\Users\runneradmin\.bash_profile
|
windows-latest py3.10
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
windows-latest py3.10
The operation was canceled.
|
windows-latest py3.10
Could not find micromamba activate xarray-tests in C:\Users\runneradmin\.bash_profile
|
ubuntu-latest py3.13 mypy
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
ubuntu-latest py3.13 mypy
The operation was canceled.
|
ubuntu-latest py3.10 bare-minimum
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
ubuntu-latest py3.10 bare-minimum
The operation was canceled.
|
ubuntu-latest py3.10
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
ubuntu-latest py3.10
The operation was canceled.
|
macos-latest py3.10
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
macos-latest py3.10
The operation was canceled.
|
ubuntu-latest py3.13 all-but-numba
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
ubuntu-latest py3.13 all-but-numba:
xarray/tests/test_array_api.py#L144
test_where
TypeError: `condition` must be have a boolean data type
|
ubuntu-latest py3.13 all-but-numba
The operation was canceled.
|
ubuntu-latest py3.10 min-all-deps
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
ubuntu-latest py3.10 min-all-deps
The operation was canceled.
|
ubuntu-latest py3.13 flaky
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
ubuntu-latest py3.13 flaky
The operation was canceled.
|
ubuntu-latest py3.10 mypy
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
ubuntu-latest py3.10 mypy
The operation was canceled.
|
ubuntu-latest py3.12 all-but-dask
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
ubuntu-latest py3.13
Canceling since a higher priority waiting request for 'CI-refs/pull/10040/merge' exists
|
ubuntu-latest py3.12 all-but-dask:
xarray/tests/test_array_api.py#L144
test_where
TypeError: `condition` must be have a boolean data type
|
ubuntu-latest py3.12 all-but-dask
The operation was canceled.
|
ubuntu-latest py3.13
The operation was canceled.
|
windows-latest py3.13
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
windows-latest py3.13
Cache not found for keys: Windows-X64-py3.13-2025-03-02-e8c295d54ec7b33e028c4ef3f5de6c8bc064026f845f027aaa789c9f1a176051-win-64-xarray-tests-args-a3edb49-root-74fbf63-bin-[object Promise]-file-8a847870d9eabe6a5889e8cc4751f87f1f26356326da5ac29cd93c8b170ed715
|
macos-latest py3.13
Cache not found for keys: macOS-ARM64-py3.13-2025-03-02-d88b469f63f878053725f10a66978c2ee81a9b1cd6d183569791389f18c43440-osx-arm64-xarray-tests-args-a3edb49-root-873f6fe-bin-[object Promise]-file-33c9cc5a88c76e78b0fabe92743e9cb3e46dd8e3d40dab6d83e242e8d39519b8
|
macos-latest py3.13
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
windows-latest py3.10
Cache not found for keys: Windows-X64-py3.10-2025-03-02-e8c295d54ec7b33e028c4ef3f5de6c8bc064026f845f027aaa789c9f1a176051-win-64-xarray-tests-args-e0a578e-root-74fbf63-bin-[object Promise]-file-8a847870d9eabe6a5889e8cc4751f87f1f26356326da5ac29cd93c8b170ed715
|
windows-latest py3.10
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.13 mypy
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.13 mypy
Cache not found for keys: Linux-X64-py3.13-2025-03-02-d88b469f63f878053725f10a66978c2ee81a9b1cd6d183569791389f18c43440-linux-64-xarray-tests-args-a3edb49-root-dcc80ee-bin-[object Promise]-file-33c9cc5a88c76e78b0fabe92743e9cb3e46dd8e3d40dab6d83e242e8d39519b8
|
ubuntu-latest py3.13 mypy
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 bare-minimum:
xarray/core/duck_array_ops.py#L234
invalid value encountered in cast
|
ubuntu-latest py3.10 bare-minimum:
xarray/core/duck_array_ops.py#L234
invalid value encountered in cast
|
ubuntu-latest py3.10 bare-minimum:
xarray/namedarray/core.py#L264
Duplicate dimension names present: dimensions {'x'} appear more than once in dims=('x', 'x'). We do not yet support duplicate dimension names, but we do allow initial construction of the object. We recommend you rename the dims immediately to become distinct, as most xarray functionality is likely to fail silently if you do not. To rename the dimensions you will need to set the ``.dims`` attribute of each variable, ``e.g. var.dims=('x0', 'x1')``.
|
ubuntu-latest py3.10 bare-minimum:
xarray/namedarray/core.py#L264
Duplicate dimension names present: dimensions {'x'} appear more than once in dims=('x', 'x'). We do not yet support duplicate dimension names, but we do allow initial construction of the object. We recommend you rename the dims immediately to become distinct, as most xarray functionality is likely to fail silently if you do not. To rename the dimensions you will need to set the ``.dims`` attribute of each variable, ``e.g. var.dims=('x0', 'x1')``.
|
ubuntu-latest py3.10 bare-minimum:
home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/numpy/lib/nanfunctions.py#L1872
Degrees of freedom <= 0 for slice.
|
ubuntu-latest py3.10 bare-minimum:
home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/numpy/lib/nanfunctions.py#L1872
Degrees of freedom <= 0 for slice.::warning file=/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/numpy/lib/nanfunctions.py,line=1872::Degrees of freedom <= 0 for slice.
|
ubuntu-latest py3.10 bare-minimum:
home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/numpy/lib/nanfunctions.py#L1872
Degrees of freedom <= 0 for slice.::warning file=/home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/numpy/lib/nanfunctions.py,line=1872::Degrees of freedom <= 0 for slice.
|
ubuntu-latest py3.10 bare-minimum:
home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/numpy/lib/nanfunctions.py#L1872
Degrees of freedom <= 0 for slice.
|
ubuntu-latest py3.10 bare-minimum:
home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/numpy/lib/nanfunctions.py#L1872
Degrees of freedom <= 0 for slice.
|
ubuntu-latest py3.10 bare-minimum:
home/runner/micromamba/envs/xarray-tests/lib/python3.10/site-packages/numpy/lib/nanfunctions.py#L1872
Degrees of freedom <= 0 for slice.
|
ubuntu-latest py3.10 bare-minimum
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.10 bare-minimum
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 bare-minimum
Cache not found for keys: Linux-X64-py3.10-2025-03-02-d0b85fa4ec1d09fdcd5ac5333c6f51273aea95f41e3e23447c6064bf3bf0fc9f-linux-64-xarray-tests-args-e0a578e-root-dcc80ee-bin-[object Promise]-file-a5ee9cc42c678faaaba3f2d0130dbfc562349aaaacf8949b9af9cab3ef1cd070
|
ubuntu-latest py3.10
Cache not found for keys: Linux-X64-py3.10-2025-03-02-d88b469f63f878053725f10a66978c2ee81a9b1cd6d183569791389f18c43440-linux-64-xarray-tests-args-e0a578e-root-dcc80ee-bin-[object Promise]-file-33c9cc5a88c76e78b0fabe92743e9cb3e46dd8e3d40dab6d83e242e8d39519b8
|
ubuntu-latest py3.10
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
ubuntu-latest py3.10
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.10
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
macos-latest py3.10
Cache not found for keys: macOS-ARM64-py3.10-2025-03-02-d88b469f63f878053725f10a66978c2ee81a9b1cd6d183569791389f18c43440-osx-arm64-xarray-tests-args-e0a578e-root-873f6fe-bin-[object Promise]-file-33c9cc5a88c76e78b0fabe92743e9cb3e46dd8e3d40dab6d83e242e8d39519b8
|
macos-latest py3.10
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.13 all-but-numba:
home/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/_pytest/python.py#L159
deallocating CachingFileManager(<class 'h5netcdf.core.File'>, <fsspec.implementations.local.LocalFileOpener object at 0x7efe08a6e890>, mode='r', kwargs={'invalid_netcdf': None, 'decode_vlen_strings': True, 'driver': None, 'phony_dims': 'access'}, manager_id='141d07a3-468a-4a29-b659-abc22edbf8d7'), but file is not already closed. This may indicate a bug.
|
ubuntu-latest py3.13 all-but-numba:
home/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/_pytest/python.py#L159
deallocating CachingFileManager(<class 'h5netcdf.core.File'>, <fsspec.implementations.local.LocalFileOpener object at 0x7efe08a23fd0>, mode='r', kwargs={'invalid_netcdf': None, 'decode_vlen_strings': True, 'driver': None, 'phony_dims': 'access'}, manager_id='e4a21e33-04e1-46ae-8cc6-0107ab383a54'), but file is not already closed. This may indicate a bug.
|
ubuntu-latest py3.13 all-but-numba:
home/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/_pytest/python.py#L159
deallocating CachingFileManager(<class 'h5netcdf.core.File'>, <fsspec.implementations.local.LocalFileOpener object at 0x7efe08a6e890>, mode='r', kwargs={'invalid_netcdf': None, 'decode_vlen_strings': True, 'driver': None, 'phony_dims': 'access'}, manager_id='141d07a3-468a-4a29-b659-abc22edbf8d7'), but file is not already closed. This may indicate a bug.
|
ubuntu-latest py3.13 all-but-numba:
home/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/_pytest/python.py#L159
deallocating CachingFileManager(<class 'h5netcdf.core.File'>, <fsspec.implementations.local.LocalFileOpener object at 0x7efe08a23fd0>, mode='r', kwargs={'invalid_netcdf': None, 'decode_vlen_strings': True, 'driver': None, 'phony_dims': 'access'}, manager_id='e4a21e33-04e1-46ae-8cc6-0107ab383a54'), but file is not already closed. This may indicate a bug.
|
ubuntu-latest py3.13 all-but-numba:
xarray/core/duck_array_ops.py#L232
invalid value encountered in cast
|
|
ubuntu-latest py3.13 all-but-numba:
xarray/core/duck_array_ops.py#L232
invalid value encountered in cast
|
|
ubuntu-latest py3.13 all-but-numba
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.13 all-but-numba
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.13 all-but-numba
Cache not found for keys: Linux-X64-py3.13-2025-03-02-c221d1a8acfc2436e37af6dc4a51ce46b7cd0d49c3905abb2b157ec14f7b956b-linux-64-xarray-tests-args-a3edb49-root-dcc80ee-bin-[object Promise]-file-ae1c30cc20ee9016e1f67897a09749a8e5b907d49d448d422645b591dc225b63
|
ubuntu-latest py3.10 min-all-deps
Cache not found for keys: Linux-X64-py3.10-2025-03-02-c909689293cb6019c4cc2757fa3a775c553017216200ee20ff6e244192ec7041-linux-64-xarray-tests-args-e0a578e-root-dcc80ee-bin-[object Promise]-file-f4bf6040f0c0b5d4a664d923d807676a5362efe13a9c39507a9fa06a933345ec
|
ubuntu-latest py3.10 min-all-deps
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 min-all-deps:
xarray/coding/variables.py#L348
NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
|
ubuntu-latest py3.10 min-all-deps:
xarray/coding/variables.py#L348
NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
|
ubuntu-latest py3.10 min-all-deps:
xarray/coding/variables.py#L348
NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
|
ubuntu-latest py3.10 min-all-deps:
xarray/coding/variables.py#L348
NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
|
ubuntu-latest py3.10 min-all-deps:
xarray/coding/variables.py#L348
NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
|
ubuntu-latest py3.10 min-all-deps:
xarray/coding/variables.py#L348
NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
|
ubuntu-latest py3.10 min-all-deps:
xarray/coding/variables.py#L348
NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
|
ubuntu-latest py3.10 min-all-deps:
xarray/coding/variables.py#L348
NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
|
ubuntu-latest py3.10 min-all-deps:
xarray/coding/variables.py#L348
NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
|
ubuntu-latest py3.10 min-all-deps:
xarray/coding/variables.py#L348
NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future.
For the old behavior, usually:
np.array(value).astype(dtype)`
will give the desired result (the cast overflows).
|
ubuntu-latest py3.10 min-all-deps
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.13 flaky:
home/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/_pytest/python.py#L159
deallocating CachingFileManager(<class 'netCDF4._netCDF4.Dataset'>, '/tmp/pytest-of-runner/pytest-0/popen-gw2/test_download_from_github0/xarray_tutorial_data/4c5c606840191d085ac934c9665f7387-tiny.nc', mode='r', kwargs={'clobber': True, 'diskless': False, 'persist': False, 'format': 'NETCDF4'}, manager_id='f524172e-6843-46f0-a56b-ae63c06abdb7'), but file is not already closed. This may indicate a bug.
|
ubuntu-latest py3.13 flaky:
home/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/_pytest/python.py#L159
deallocating CachingFileManager(<class 'netCDF4._netCDF4.Dataset'>, '/tmp/pytest-of-runner/pytest-0/popen-gw2/test_download_from_github0/xarray_tutorial_data/4c5c606840191d085ac934c9665f7387-tiny.nc', mode='r', kwargs={'clobber': True, 'diskless': False, 'persist': False, 'format': 'NETCDF4'}, manager_id='f524172e-6843-46f0-a56b-ae63c06abdb7'), but file is not already closed. This may indicate a bug.
|
ubuntu-latest py3.13 flaky:
home/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/_pytest/python.py#L159
deallocating CachingFileManager(<class 'netCDF4._netCDF4.Dataset'>, '/tmp/pytest-of-runner/pytest-0/popen-gw2/test_download_from_github_load0/xarray_tutorial_data/4c5c606840191d085ac934c9665f7387-tiny.nc', mode='r', kwargs={'clobber': True, 'diskless': False, 'persist': False, 'format': 'NETCDF4'}, manager_id='84bee4d6-79be-47bb-aeaf-ac45bc3e77b7'), but file is not already closed. This may indicate a bug.
|
ubuntu-latest py3.13 flaky:
home/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/_pytest/python.py#L159
deallocating CachingFileManager(<class 'netCDF4._netCDF4.Dataset'>, '/tmp/pytest-of-runner/pytest-0/popen-gw2/test_download_from_github_load0/xarray_tutorial_data/4c5c606840191d085ac934c9665f7387-tiny.nc', mode='r', kwargs={'clobber': True, 'diskless': False, 'persist': False, 'format': 'NETCDF4'}, manager_id='6e9fdca8-6ca0-498c-a43f-4c76d4b8161b'), but file is not already closed. This may indicate a bug.
|
ubuntu-latest py3.13 flaky:
home/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/_pytest/python.py#L159
deallocating CachingFileManager(<class 'netCDF4._netCDF4.Dataset'>, '/tmp/pytest-of-runner/pytest-0/popen-gw2/test_download_from_github_load0/xarray_tutorial_data/4c5c606840191d085ac934c9665f7387-tiny.nc', mode='r', kwargs={'clobber': True, 'diskless': False, 'persist': False, 'format': 'NETCDF4'}, manager_id='84bee4d6-79be-47bb-aeaf-ac45bc3e77b7'), but file is not already closed. This may indicate a bug.
|
ubuntu-latest py3.13 flaky:
home/runner/micromamba/envs/xarray-tests/lib/python3.13/site-packages/_pytest/python.py#L159
deallocating CachingFileManager(<class 'netCDF4._netCDF4.Dataset'>, '/tmp/pytest-of-runner/pytest-0/popen-gw2/test_download_from_github_load0/xarray_tutorial_data/4c5c606840191d085ac934c9665f7387-tiny.nc', mode='r', kwargs={'clobber': True, 'diskless': False, 'persist': False, 'format': 'NETCDF4'}, manager_id='6e9fdca8-6ca0-498c-a43f-4c76d4b8161b'), but file is not already closed. This may indicate a bug.
|
ubuntu-latest py3.13 flaky
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.13 flaky
Cache not found for keys: Linux-X64-py3.13-2025-03-02-d88b469f63f878053725f10a66978c2ee81a9b1cd6d183569791389f18c43440-linux-64-xarray-tests-args-a3edb49-root-dcc80ee-bin-[object Promise]-file-33c9cc5a88c76e78b0fabe92743e9cb3e46dd8e3d40dab6d83e242e8d39519b8
|
ubuntu-latest py3.13 flaky
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
ubuntu-latest py3.13 flaky
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.10 mypy
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 mypy
Cache not found for keys: Linux-X64-py3.10-2025-03-02-d88b469f63f878053725f10a66978c2ee81a9b1cd6d183569791389f18c43440-linux-64-xarray-tests-args-e0a578e-root-dcc80ee-bin-[object Promise]-file-33c9cc5a88c76e78b0fabe92743e9cb3e46dd8e3d40dab6d83e242e8d39519b8
|
ubuntu-latest py3.10 mypy
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
ubuntu-latest py3.10 mypy
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.12 all-but-dask:
home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/zarr/api/asynchronous.py#L203
Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
|
ubuntu-latest py3.12 all-but-dask:
home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/zarr/api/asynchronous.py#L203
Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
|
ubuntu-latest py3.12 all-but-dask:
home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/zarr/api/asynchronous.py#L203
Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
|
ubuntu-latest py3.12 all-but-dask:
home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/zarr/api/asynchronous.py#L203
Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
|
ubuntu-latest py3.12 all-but-dask:
home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/zarr/api/asynchronous.py#L203
Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
|
ubuntu-latest py3.12 all-but-dask:
home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/zarr/api/asynchronous.py#L203
Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
|
ubuntu-latest py3.12 all-but-dask:
home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/zarr/api/asynchronous.py#L203
Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
|
ubuntu-latest py3.12 all-but-dask:
home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/zarr/api/asynchronous.py#L203
Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
|
ubuntu-latest py3.12 all-but-dask:
home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/zarr/api/asynchronous.py#L203
Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
|
ubuntu-latest py3.12 all-but-dask:
home/runner/micromamba/envs/xarray-tests/lib/python3.12/site-packages/zarr/api/asynchronous.py#L203
Consolidated metadata is currently not part in the Zarr format 3 specification. It may not be supported by other zarr implementations and may change in the future.
|
ubuntu-latest py3.13
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.13
Cache not found for keys: Linux-X64-py3.13-2025-03-02-d88b469f63f878053725f10a66978c2ee81a9b1cd6d183569791389f18c43440-linux-64-xarray-tests-args-a3edb49-root-dcc80ee-bin-[object Promise]-file-33c9cc5a88c76e78b0fabe92743e9cb3e46dd8e3d40dab6d83e242e8d39519b8
|
ubuntu-latest py3.12 all-but-dask
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.13
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
ubuntu-latest py3.12 all-but-dask
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
ubuntu-latest py3.13
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.12 all-but-dask
Cache not found for keys: Linux-X64-py3.12-2025-03-02-15ab7227e4e5c4c709e63785e07b9f9d621b9f7022ba8176de939ddc4ec63673-linux-64-xarray-tests-args-e92b363-root-dcc80ee-bin-[object Promise]-file-a1e896c24894be3d4dac7f0101eb96f13d4c16f8435131d64512d5c4fc356e92
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Event File
|
3.56 KB |
|