-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add github actions #23
base: master
Are you sure you want to change the base?
Conversation
3.10 fails 3.7 is still used
GitHub action 1
Thanks for setting this up! Sorry for the incredibly delayed response, I had been away during August and had to catch up on a couple of things. Are you following a specific tutorial here or building off another repo? I'm just wondering if I'll need to enable a CI service for the repo somewhere or if having the workflow yaml is enough. Also, is there any way we can test if things are working correctly before merging this? Perhaps we could merge it into a different branch than I'll leave #20 open until we've merged this and use it as a test for the CI if that's ok. |
I don't know how it can be tested on here before going in. But if you like I can change the target to be a different branch and then the action will run there first. I think you'd need to create that branch first though. As for the guidance, it is the general github action setup, I use this + the packaging one, which I'll add next for all of my projects (open source and work) You can see the runs for my fork here. I think it is a great idea to run the examples in the CI too. And it is easy to edit this workflow to run them, I can can do that next, I figured it would be nice to get this workflow going first and then look at adding examples etc to keep things simple. |
Sounds good, I've set up a branch called And fully on board with keeping things simple, I'll merge this first and then we can look into adding the examples. Let me know if you'd rather have me do this, I should be able to find some time over the week. |
Added github actions to run tests
Requirements moved out of setup.py to enable instalation in github action runner.