Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI[pyFV3]: retry even when connection is refused (#1734)
According to @phschaad, the pyFV3 workflow occasionally fails with connection refused errors when attempting to download the test data set for regression testing. This PR configures `wget` to retry even in case of fatal connection errors (like 404 (not found) or 503 (connection refused)). Let's see if this helps in the short term. In the long run, we should think about leveraging caches for that data because it rarely changes and it's kind of a wast to download it every time from scratch. Follow-up PR from #1731 (comment). /cc @FlorianDeconinck FYI Co-authored-by: Roman Cattaneo <>
- Loading branch information