I am writing a new package, and seeing a CI error using Github Actions, that I don’t see locally in my development environment.
In a previous thread someone has suggested SSHing to the CI machine to debug this. However, I’d prefer to try to run the CI script locally, on my own machine (a MacOS laptop). Does anyone have advice on how to do this?