openclimatefix / skillful_nowcasting

Implementation of DeepMind's Deep Generative Model of Radar (DGMR) https://arxiv.org/abs/2104.00954
MIT License
211 stars 59 forks source link

Fix ci testing #72

Closed Mews closed 2 months ago

Mews commented 2 months ago

Pull Request

Description

The workflow which was being used to run the tests and create the coverage report was causing the issue described in #71, as it was attempting to run sudo apt-get update || true, which is a linux command, on jobs running macos.

To fix this, I have made the following changes:

How Has This Been Tested?

I've tested this action on my fork of the repository. If you navigate to the actions page you can see that the action runs successfully and that the tests are run correctly.

Checklist: