ideas-lab-nus / epwshiftr

Create future EnergyPlus Weather files using CMIP6 data
https://ideas-lab-nus.github.io/epwshiftr/
Other
30 stars 7 forks source link

Use GitHub Actions with cache to run full tests #21

Closed hongyuanjia closed 2 years ago

hongyuanjia commented 2 years ago

Currently, most of the functions are tested locally, as they all need NetCDF files which can be of quite a large size. We can download a small amount of NetCDF files and use GitHub cache to reuse them between workflows.