-
-
Notifications
You must be signed in to change notification settings - Fork 867
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
ci: add github CI to replace travis CI #1051
Conversation
Hey! @jschneier I think Github Actions are not enabled |
@mariajgrimaldi that isn't what I see but it's not clear to me why it isn't running. |
@mariajgrimaldi for your questions
|
Thanks for the response @jschneier! I used python 3.6 for this restriction: https://github.com/jschneier/django-storages/blob/master/tox.ini#L55 Also, do you know why checks are not running? They do here: https://github.com/mariajgrimaldi/django-storages/pull/1/checks Is it because it is from a fork? |
Unclear, I think because I didn't "set it up" myself. I'm going to commit this and see what happens. |
@mariajgrimaldi yup! Looks like it's working! https://github.com/jschneier/django-storages/actions/runs/1209946412 |
excellent!! @jschneier, thanks for the help. Can you make a release with these changes? |
@jschneier Just checking if you could look into doing a release with this changes some time soon. I would greatly appreciate, as it would really help our Django upgrade project for the Open edX Platform. |
Description
This migrates Travis CI configuration to Github actions. This approach was discussed here as a consequence of Travis CI changing support for open source projects.
Concerns