martius-lab / cluster_utils

https://cluster-utils.readthedocs.io/stable/
Other
12 stars 1 forks source link

chore: Add GitHub workflow to run nox checks #75

Closed luator closed 7 months ago

luator commented 7 months ago

Tests are run on all supported Python versions. Linters only on 3.10 (which is default on Ubuntu 22.04 so currently probably to most common development version for us).

luator commented 7 months ago

Regarding caching: It is in principle possible but saving/loading the cache into the instance that is running the workflow also takes time, so I don't think it would make a big difference. That was at least my experience with caching containers vs pulling them again for each job.