ray-chew / pyBELLA

A Python-based Blended sEamLess soLver for Atmospheric dynamics coupled to an ensemble data assimilation engine
https://ray-chew.github.io/pyBELLA/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Set up a sensible CI/CD routine #29

Open ray-chew opened 5 months ago

ray-chew commented 5 months ago

I was using two deployment scripts test.yml and documentation.yml to run the pytest and build the Sphinx documentation. However, this is not ideal, as the dependencies have to be installed anew each time these scripts run.

Need to come up with maybe a cron job? Or something sensible for the deployment scripts.

Now I am just running documentation.yml.