Version
2026.6.0
How did you install UXarray?
Source
What happened?
CI pipelines failing recently due to network https issues, but only 1 out of 9 runs failed. Examples:
Raising this issue primarily because it occurred twice recently, and it's not trivial to find the "rerun pipeline for this PR" button.
What did you expect to happen?
I expected CI pipeline to not be as finicky with this dependence on network connection. Maybe it should retry test automatically if the failure was just an https network issue?
Can you provide a MCVE to repoduce the bug?
Version
2026.6.0
How did you install UXarray?
Source
What happened?
CI pipelines failing recently due to network https issues, but only 1 out of 9 runs failed. Examples:
FAILED test/io/test_structured.py::test_read_structured_grid_from_ds[ersstv5] - requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Read timed out. (read timeout=30)FAILED test/io/test_structured.py::test_read_structured_grid_from_ds[ersstv5] - requests.exceptions.HTTPError: 503 Server Error: first byte timeout for url: https://raw.githubusercontent.com/pydata/xarray-data/master/ersstv5.ncRaising this issue primarily because it occurred twice recently, and it's not trivial to find the "rerun pipeline for this PR" button.
What did you expect to happen?
I expected CI pipeline to not be as finicky with this dependence on network connection. Maybe it should retry test automatically if the failure was just an https network issue?
Can you provide a MCVE to repoduce the bug?