carpentries-incubator / R-help-reprexes

A lesson on getting unstuck in R, debugging, making reproducible examples (for biologists)
https://carpentries-incubator.github.io/R-help-reprexes/
Other
3 stars 1 forks source link

Update github actions to use caching/not set up the environment every time #34

Open kaijagahm opened 1 month ago

kaijagahm commented 1 month ago

Let's see if we can make the website build a little faster...

jnywong commented 1 week ago

This takes a bit of work, but you could pre-build a container image with all of your software requirements and pull that into the GHA:

I would suggest publishing with a container registry such as quay.io or even GitHub's own container registry rather than DockerHub.