-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
GitHub actions testing #188
GitHub actions testing #188
Conversation
Right now the github actions tests seem to be working. I'm still getting CircleCI and Appveyor showing up in the continuous integration list of checks, but I think that will go away once this is merged into main. (If not, I'll open another PR to try and remove them properly - but right now it doesn't look like I've missed any files). |
Just deleted the webhooks for Travis, CircleCI & Appveyor we had enabled on this repository. https://github.com/dask/dask-image/settings/hooks I think that might have done the trick? |
I tried disabling them in the respective projects. Travis CI & AppVeyor in particular won't build if there is no CI configuration file |
Switching continuous integration to GitHub Actions
Closes #178