Skip to content

Relax nanosecond datetime restriction in CF time decoding #15773

Relax nanosecond datetime restriction in CF time decoding

Relax nanosecond datetime restriction in CF time decoding #15773

Triggered via pull request December 16, 2024 12:41
Status Failure
Total duration 16m 55s
Artifacts 12

ci.yaml

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

Annotations

100 errors and 22 warnings
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_conventions.py#L653
test_encode_cf_variable_with_vlen_dtype KeyError: 0
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_variable.py#L1096
TestVariable.test_datetime64_conversion_scalar[values1-s] AssertionError: assert dtype('<M8[ns]') == dtype('<M8[s]') + where dtype('<M8[ns]') = <xarray.Variable ()> Size: 8B\narray('2000-01-01T00:00:00.000000000', dtype='datetime64[ns]').dtype + and dtype('<M8[s]') = <class 'numpy.dtype'>('datetime64[s]') + where <class 'numpy.dtype'> = np.dtype
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_variable.py#L1096
TestVariable.test_datetime64_conversion_scalar[values2-us] AssertionError: assert dtype('<M8[ns]') == dtype('<M8[us]') + where dtype('<M8[ns]') = <xarray.Variable ()> Size: 8B\narray('2000-01-01T00:00:00.000000000', dtype='datetime64[ns]').dtype + and dtype('<M8[us]') = <class 'numpy.dtype'>('datetime64[us]') + where <class 'numpy.dtype'> = np.dtype
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_variable.py#L1113
TestVariable.test_timedelta64_conversion_scalar[values1-us] AssertionError: assert dtype('<m8[ns]') == dtype('<m8[us]') + where dtype('<m8[ns]') = <xarray.Variable ()> Size: 8B\narray(86400000000000, dtype='timedelta64[ns]').dtype + and dtype('<m8[us]') = <class 'numpy.dtype'>('timedelta64[us]') + where <class 'numpy.dtype'> = np.dtype
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_variable.py#L1113
TestVariable.test_timedelta64_conversion_scalar[values2-us] AssertionError: assert dtype('<m8[ns]') == dtype('<m8[us]') + where dtype('<m8[ns]') = <xarray.Variable ()> Size: 8B\narray(86400000000000, dtype='timedelta64[ns]').dtype + and dtype('<m8[us]') = <class 'numpy.dtype'>('timedelta64[us]') + where <class 'numpy.dtype'> = np.dtype
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_variable.py#L1129
TestVariable.test_0d_datetime AssertionError: assert dtype('<M8[ns]') == dtype('<M8[s]') + where dtype('<M8[ns]') = <xarray.Variable ()> Size: 8B\narray('2000-01-01T00:00:00.000000000', dtype='datetime64[ns]').dtype + and dtype('<M8[s]') = <class 'numpy.dtype'>('datetime64[s]') + where <class 'numpy.dtype'> = np.dtype
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_variable.py#L1139
TestVariable.test_0d_timedelta[values0-us] AssertionError: assert dtype('<m8[ns]') == dtype('<m8[us]') + where dtype('<m8[ns]') = <xarray.Variable ()> Size: 8B\narray(1000000000, dtype='timedelta64[ns]').dtype + and dtype('<m8[us]') = <class 'numpy.dtype'>('timedelta64[us]') + where <class 'numpy.dtype'> = np.dtype
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_variable.py#L2682
TestAsCompatibleData.test_datetime AssertionError: assert dtype('<M8[us]') == dtype('<M8[ns]') + where dtype('<M8[us]') = <class 'numpy.dtype'>('datetime64[us]') + where <class 'numpy.dtype'> = np.dtype + and dtype('<M8[ns]') = array('2000-01-01T00:00:00.000000000', dtype='datetime64[ns]').dtype
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_variable.py#L3023
test_datetime_conversion_warning[2000-01-01 00:00:00-us] AssertionError: assert dtype('<M8[ns]') == dtype('<M8[us]') + where dtype('<M8[ns]') = <xarray.Variable ()> Size: 8B\narray('2000-01-01T00:00:00.000000000', dtype='datetime64[ns]').dtype + and dtype('<M8[us]') = <class 'numpy.dtype'>('datetime64[us]') + where <class 'numpy.dtype'> = np.dtype
ubuntu-latest py3.10 bare-minimum: xarray/tests/test_variable.py#L3091
test_timedelta_conversion_warning[1 day, 0:00:00-us] AssertionError: assert dtype('<m8[ns]') == dtype('<m8[us]') + where dtype('<m8[ns]') = <xarray.Variable ()> Size: 8B\narray(86400000000000, dtype='timedelta64[ns]').dtype + and dtype('<m8[us]') = <class 'numpy.dtype'>('timedelta64[us]') + where <class 'numpy.dtype'> = np.dtype
macos-latest py3.12: xarray/tests/test_backends.py#L931
TestNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.12: xarray/tests/test_backends.py#L931
TestScipyInMemoryData.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.12: xarray/tests/test_backends.py#L931
TestScipyFileObject.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.12: xarray/tests/test_backends.py#L931
TestNetCDF4ViaDaskData.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.12: xarray/tests/test_backends.py#L931
TestScipyFilePath.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.12: xarray/tests/test_backends.py#L931
TestNetCDF3ViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.12: xarray/tests/test_backends.py#L931
TestZarrDictStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
macos-latest py3.12: xarray/tests/test_backends.py#L931
TestNetCDF4ClassicViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.12: xarray/tests/test_backends.py#L931
TestGenericNetCDFData.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.12: xarray/tests/test_backends.py#L931
TestZarrDirectoryStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L931
TestScipyInMemoryData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L931
TestScipyFileObject.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L931
TestNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L931
TestScipyFilePath.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L931
TestZarrDictStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L931
TestNetCDF3ViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L931
TestZarrDirectoryStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L931
TestNetCDF4ClassicViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L931
TestZarrWriteEmpty.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_backends.py#L931
TestGenericNetCDFData.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.10: xarray/tests/test_backends.py#L931
TestNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.10: xarray/tests/test_backends.py#L931
TestScipyInMemoryData.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.10: xarray/tests/test_backends.py#L931
TestScipyFileObject.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.10: xarray/tests/test_backends.py#L931
TestNetCDF4ViaDaskData.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.10: xarray/tests/test_backends.py#L931
TestScipyFilePath.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.10: xarray/tests/test_backends.py#L931
TestNetCDF3ViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.10: xarray/tests/test_backends.py#L931
TestZarrDictStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
macos-latest py3.10: xarray/tests/test_backends.py#L931
TestNetCDF4ClassicViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.10: xarray/tests/test_backends.py#L931
TestGenericNetCDFData.test_roundtrip_empty_vlen_string_array KeyError: 0
macos-latest py3.10: xarray/tests/test_backends.py#L931
TestZarrDirectoryStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L931
TestScipyInMemoryData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L931
TestScipyFileObject.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L931
TestScipyFilePath.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L931
TestNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L931
TestNetCDF3ViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L931
TestNetCDF4ClassicViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L931
TestNetCDF4ViaDaskData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L931
TestGenericNetCDFData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L931
TestZarrDictStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.10 min-all-deps: xarray/tests/test_backends.py#L931
TestH5NetCDFData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L931
TestZarrWriteEmpty.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L931
TestNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L931
TestScipyInMemoryData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L931
TestScipyFileObject.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L931
TestNetCDF4ViaDaskData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L931
TestScipyFilePath.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L931
TestCFEncodedDataStore.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L931
TestZarrDictStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_backends.py#L931
TestNetCDF3ViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12 all-but-numba: xarray/tests/test_conventions.py#L653
test_encode_cf_variable_with_vlen_dtype KeyError: 0
ubuntu-latest py3.10: xarray/tests/test_backends.py#L931
TestNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10: xarray/tests/test_backends.py#L931
TestScipyInMemoryData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10: xarray/tests/test_backends.py#L931
TestScipyFileObject.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10: xarray/tests/test_backends.py#L931
TestNetCDF4ViaDaskData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10: xarray/tests/test_backends.py#L931
TestScipyFilePath.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10: xarray/tests/test_backends.py#L931
TestNetCDF3ViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10: xarray/tests/test_backends.py#L931
TestZarrDictStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.10: xarray/tests/test_backends.py#L931
TestNetCDF4ClassicViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.10: xarray/tests/test_backends.py#L931
TestZarrDirectoryStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.10: xarray/tests/test_backends.py#L931
TestGenericNetCDFData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12: xarray/tests/test_backends.py#L931
TestNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12: xarray/tests/test_backends.py#L931
TestScipyInMemoryData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12: xarray/tests/test_backends.py#L931
TestScipyFileObject.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12: xarray/tests/test_backends.py#L931
TestNetCDF4ViaDaskData.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12: xarray/tests/test_backends.py#L931
TestScipyFilePath.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12: xarray/tests/test_backends.py#L931
TestNetCDF3ViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12: xarray/tests/test_backends.py#L931
TestCFEncodedDataStore.test_roundtrip_empty_vlen_string_array KeyError: 0
ubuntu-latest py3.12: xarray/tests/test_backends.py#L931
TestZarrDictStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
ubuntu-latest py3.12: xarray/tests/test_conventions.py#L653
test_encode_cf_variable_with_vlen_dtype KeyError: 0
ubuntu-latest py3.12: xarray/tests/test_backends.py#L931
TestNetCDF4ClassicViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.10: xarray\tests\test_backends.py#L931
TestScipyInMemoryData.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.10: xarray\tests\test_backends.py#L931
TestScipyFileObject.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.10: xarray\tests\test_backends.py#L931
TestScipyFilePath.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.10: xarray\tests\test_backends.py#L931
TestNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.10: xarray\tests\test_backends.py#L931
TestNetCDF3ViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.10: xarray\tests\test_backends.py#L931
TestNetCDF4ClassicViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.10: xarray\tests\test_backends.py#L931
TestNetCDF4ViaDaskData.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.10: xarray\tests\test_backends.py#L931
TestGenericNetCDFData.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.10: xarray\tests\test_backends.py#L931
TestH5NetCDFData.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.10: xarray\tests\test_backends.py#L931
TestZarrDictStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
windows-latest py3.12: xarray\tests\test_backends.py#L931
TestScipyInMemoryData.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.12: xarray\tests\test_backends.py#L931
TestScipyFileObject.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.12: xarray\tests\test_backends.py#L931
TestNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.12: xarray\tests\test_backends.py#L931
TestScipyFilePath.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.12: xarray\tests\test_backends.py#L931
TestNetCDF3ViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.12: xarray\tests\test_backends.py#L931
TestNetCDF4ClassicViaNetCDF4Data.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.12: xarray\tests\test_backends.py#L931
TestNetCDF4ViaDaskData.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.12: xarray\tests\test_backends.py#L931
TestGenericNetCDFData.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.12: xarray\tests\test_backends.py#L931
TestH5NetCDFData.test_roundtrip_empty_vlen_string_array KeyError: 0
windows-latest py3.12: xarray\tests\test_backends.py#L931
TestZarrDictStore.test_roundtrip_empty_vlen_string_array[2] KeyError: 0
detect ci trigger
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Event File
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ubuntu-latest py3.10 bare-minimum
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.12 flaky
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.
ubuntu-latest py3.12 flaky
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.
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 min-all-deps
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.12 all-but-numba
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.
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
4.75 KB
Test results for Linux-3.10
166 KB
Test results for Linux-3.10 bare-minimum
137 KB
Test results for Linux-3.10 min-all-deps
188 KB
Test results for Linux-3.11 all-but-dask
184 KB
Test results for Linux-3.12
166 KB
Test results for Linux-3.12 all-but-numba
165 KB
Test results for Linux-3.12 flaky
661 Bytes
Test results for Windows-3.10
175 KB
Test results for Windows-3.12
175 KB
Test results for macOS-3.10
175 KB
Test results for macOS-3.12
174 KB