Python packages and CI

Welcome to Julia :slight_smile: The easist option is probably to just pip install from the Github actions script, here’s an example:

https://github.com/marius311/CMBLensing.jl/blob/dfb5ae44073c39ab7432eeee49c40d5fcc43c2eb/.github/workflows/runtests.yml#L18-L29

That same repo has an example of a Github action that runs a Docker image too (although not for tests, for building docs), if you wanted to go that route, its only slightly more complicated.

2 Likes