Skip to content

[WIP]: compatibility for zarr-python 3.x #14739

[WIP]: compatibility for zarr-python 3.x

[WIP]: compatibility for zarr-python 3.x #14739

Triggered via pull request October 10, 2024 20:10
Status Failure
Total duration 27m 57s
Artifacts 12

ci.yaml

on: pull_request
detect ci trigger
9s
detect ci trigger
Event File
3s
Event File
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

100 errors and 12 warnings
macos-latest py3.10: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.10: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.10: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.10: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.10: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.10: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.10: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.10: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.10: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.10: xarray/tests/test_backends.py#L5431
TestDataArrayToZarr.test_open_dataarray_options[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_coarsen.py#L34
test_coarsen_dataset[1-numpy-pad-right-True] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_coarsen.py#L34
test_coarsen_dataset[1-numpy-pad-right-False] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_coding_times.py#L1279
test_roundtrip_datetime64_nanosecond_precision[1970-09-21T00:12:44.145224808-ns-float64-1e+30-True] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_coding_times.py#L1279
test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:12:43.145225216-ns-float64--9.223372036854776e+18-True] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_coding_times.py#L1279
test_roundtrip_datetime64_nanosecond_precision[1677-09-21T00:21:52.901038080-ns-float32-20.0-True] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_coding_times.py#L1309
test_roundtrip_datetime64_nanosecond_precision_warning AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_coding_times.py#L1368
test_roundtrip_timedelta64_nanosecond_precision[float64-1e+30] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_coding_times.py#L1442
test_roundtrip_float_times[GH-8271] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_coding_times.py#L1442
test_roundtrip_float_times[GH-9488-datetime64[ns]] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_coding_times.py#L1442
test_roundtrip_float_times[GH-9488-timedelta64[ns]] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
macos-latest py3.12: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.12: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.12: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.12: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.12: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.12: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.12: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.12: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.12: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
macos-latest py3.12: xarray/tests/test_backends.py#L5431
TestDataArrayToZarr.test_open_dataarray_options[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L2802
TestZarrDictStore.test_append_string_length_mismatch_works[2-U] ValueError: Mismatched dtypes for variable temperature between Zarr store on disk and dataset to append. Store has dtype <U2 but dataset to append has dtype <U5.
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L2802
TestZarrDictStore.test_append_string_length_mismatch_works[2-S] ValueError: Mismatched dtypes for variable temperature between Zarr store on disk and dataset to append. Store has dtype |S2 but dataset to append has dtype |S3.
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L2802
TestZarrDirectoryStore.test_append_string_length_mismatch_works[2-U] ValueError: Mismatched dtypes for variable temperature between Zarr store on disk and dataset to append. Store has dtype <U2 but dataset to append has dtype <U5.
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L2802
TestZarrDirectoryStore.test_append_string_length_mismatch_works[2-S] ValueError: Mismatched dtypes for variable temperature between Zarr store on disk and dataset to append. Store has dtype |S2 but dataset to append has dtype |S3.
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L2802
TestZarrWriteEmpty.test_append_string_length_mismatch_works[2-U] ValueError: Mismatched dtypes for variable temperature between Zarr store on disk and dataset to append. Store has dtype <U2 but dataset to append has dtype <U5.
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L2802
TestZarrWriteEmpty.test_append_string_length_mismatch_works[2-S] ValueError: Mismatched dtypes for variable temperature between Zarr store on disk and dataset to append. Store has dtype |S2 but dataset to append has dtype |S3.
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L5431
TestDataArrayToZarr.test_open_dataarray_options[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10: xarray/tests/test_backends.py#L5431
TestDataArrayToZarr.test_open_dataarray_options[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12: xarray/tests/test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12: xarray/tests/test_backends.py#L5411
TestDataArrayToZarr.test_dataarray_to_zarr_with_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12: xarray/tests/test_backends.py#L5420
TestDataArrayToZarr.test_dataarray_to_zarr_coord_name_clash[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12: xarray/tests/test_backends.py#L5431
TestDataArrayToZarr.test_open_dataarray_options[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_accessor_dt.py#L151
TestDatetimeAccessor.test_days_in_year[standard-366] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_accessor_dt.py#L151
TestDatetimeAccessor.test_days_in_year[noleap-365] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_accessor_dt.py#L151
TestDatetimeAccessor.test_days_in_year[all_leap-366] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L3196
TestZarrWriteEmpty.test_write_read_select_write[2] AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L904
TestScipyInMemoryData.test_roundtrip_bytes_with_fill_value AttributeError: Failed to decode variable 'x': module 'numpy' has no attribute 'dtypes'
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L1057
TestScipyInMemoryData.test_roundtrip_unsigned[fill_value0-False] AttributeError: Failed to decode variable 'x': module 'numpy' has no attribute 'dtypes'
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L1057
TestScipyInMemoryData.test_roundtrip_unsigned[fill_value1-True] AttributeError: Failed to decode variable 'x': module 'numpy' has no attribute 'dtypes'
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L1057
TestScipyInMemoryData.test_roundtrip_unsigned[-1-False] AttributeError: Failed to decode variable 'x': module 'numpy' has no attribute 'dtypes'
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_array_api.py#L134
test_unstack AttributeError: module 'numpy' has no attribute 'dtypes'. Did you mean: 'dtype'?
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L1057
TestScipyInMemoryData.test_roundtrip_unsigned[255-True] AttributeError: Failed to decode variable 'x': module 'numpy' has no attribute 'dtypes'
windows-latest py3.10: xarray\tests\test_accessor_dt.py#L151
TestDatetimeAccessor.test_days_in_year[standard-366] AttributeError: module 'numpy.dtypes' has no attribute 'StringDType'. Did you mean: 'StrDType'?
windows-latest py3.10: xarray\tests\test_accessor_dt.py#L151
TestDatetimeAccessor.test_days_in_year[noleap-365] AttributeError: module 'numpy.dtypes' has no attribute 'StringDType'. Did you mean: 'StrDType'?
windows-latest py3.10: xarray\tests\test_accessor_dt.py#L151
TestDatetimeAccessor.test_days_in_year[all_leap-366] AttributeError: module 'numpy.dtypes' has no attribute 'StringDType'. Did you mean: 'StrDType'?
windows-latest py3.10: xarray\tests\test_backends.py#L904
TestScipyInMemoryData.test_roundtrip_bytes_with_fill_value AttributeError: Failed to decode variable 'x': module 'numpy.dtypes' has no attribute 'StringDType'
windows-latest py3.10: xarray\tests\test_backends.py#L4830
TestDask.test_encoding_mfdataset PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpgisb0719\\temp-36.nc'
windows-latest py3.10: xarray\tests\test_backends.py#L1057
TestScipyInMemoryData.test_roundtrip_unsigned[fill_value0-False] AttributeError: Failed to decode variable 'x': module 'numpy.dtypes' has no attribute 'StringDType'
windows-latest py3.10: xarray\tests\test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
windows-latest py3.10: xarray\tests\test_backends.py#L1057
TestScipyInMemoryData.test_roundtrip_unsigned[fill_value1-True] AttributeError: Failed to decode variable 'x': module 'numpy.dtypes' has no attribute 'StringDType'
windows-latest py3.10: xarray\tests\test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
windows-latest py3.10: xarray\tests\test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
windows-latest py3.12: xarray\tests\test_accessor_dt.py#L151
TestDatetimeAccessor.test_days_in_year[standard-366] AttributeError: module 'numpy.dtypes' has no attribute 'StringDType'. Did you mean: 'StrDType'?
windows-latest py3.12: xarray\tests\test_accessor_dt.py#L151
TestDatetimeAccessor.test_days_in_year[noleap-365] AttributeError: module 'numpy.dtypes' has no attribute 'StringDType'. Did you mean: 'StrDType'?
windows-latest py3.12: xarray\tests\test_accessor_dt.py#L151
TestDatetimeAccessor.test_days_in_year[all_leap-366] AttributeError: module 'numpy.dtypes' has no attribute 'StringDType'. Did you mean: 'StrDType'?
windows-latest py3.12: xarray\tests\test_backends.py#L904
TestScipyInMemoryData.test_roundtrip_bytes_with_fill_value AttributeError: Failed to decode variable 'x': module 'numpy.dtypes' has no attribute 'StringDType'
windows-latest py3.12: xarray\tests\test_backends.py#L4830
TestDask.test_encoding_mfdataset PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp_6ccltbn\\temp-36.nc'
windows-latest py3.12: xarray\tests\test_backends.py#L1057
TestScipyInMemoryData.test_roundtrip_unsigned[fill_value0-False] AttributeError: Failed to decode variable 'x': module 'numpy.dtypes' has no attribute 'StringDType'
windows-latest py3.12: xarray\tests\test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[tmp_path] AttributeError: module 'zarr.storage' has no attribute 'zip'
windows-latest py3.12: xarray\tests\test_backends.py#L1057
TestScipyInMemoryData.test_roundtrip_unsigned[fill_value1-True] AttributeError: Failed to decode variable 'x': module 'numpy.dtypes' has no attribute 'StringDType'
windows-latest py3.12: xarray\tests\test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[ZipStore] AttributeError: module 'zarr.storage' has no attribute 'zip'
windows-latest py3.12: xarray\tests\test_backends.py#L5402
TestDataArrayToZarr.test_dataarray_to_zarr_no_name[Dict] AttributeError: module 'zarr.storage' has no attribute 'zip'
ubuntu-latest py3.12 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.12 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.
macos-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.
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.
macos-latest py3.12
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.11 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.12 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.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.
ubuntu-latest py3.12
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
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.
windows-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.
windows-latest py3.12
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.

Artifacts

Produced during runtime
Name Size
Event File
3.94 KB
Test results for Linux-3.10
152 KB
Test results for Linux-3.10 bare-minimum
387 KB
Test results for Linux-3.10 min-all-deps
763 KB
Test results for Linux-3.11 all-but-dask
166 KB
Test results for Linux-3.12
151 KB
Test results for Linux-3.12 all-but-numba
149 KB
Test results for Linux-3.12 flaky
663 Bytes
Test results for Windows-3.10
515 KB
Test results for Windows-3.12
486 KB
Test results for macOS-3.10
154 KB
Test results for macOS-3.12
153 KB