-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Circle doesn't merge with master #8058
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
Comments
sounds good |
CircleCI runs on the PR branch on the fork not on the result of the merge of the PR into master (the latter is what we are used to from Travis). I noticed the other day that conda-forge had some code to do this: |
It's a bit annoying that they don't provide SHA for the base (do they even
have a branch name?) of the PR such that it's a race condition...
Oh, I see that at least github has that sorted with the provided merge heads.
|
@jakirkham would you mind re-contributing conda-forge/staged-recipes#1486 here? |
I suppose without @jakirkham's permission we can copy that code and attach a conda-forge copyright :\ |
Sorry, this must have gotten buried. I'm more than happy to contribute this. TBH I can probably put it and some sample code in a repo and throw CC0 text in there for good measure if this is of interest to other projects. |
Thanks! A gist would be great.
…On 18 January 2017 at 11:32, jakirkham ***@***.***> wrote:
Sorry, this must have gotten buried. I'm more than happy to contribute
this. TBH I can probably put it and some sample code in a repo and throw
CC0 text in there for good measure if this is of interest to other projects.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8058 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEz6zFNckR4v95qGG6GsD9FfTqVcJqXks5rTV2ygaJpZM4LNw-V>
.
|
Have added PR ( #8211 ) to |
Yay!
…On 18 January 2017 at 11:49, jakirkham ***@***.***> wrote:
Have added PR ( #8211
<#8211> ) to scikit-learn,
which includes this functionality.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8058 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEz6ypguYOIy64gzQnSEIHuPVywOZEOks5rTWGvgaJpZM4LNw-V>
.
|
It seems that if a PR is based on an old copy of master, CircleCI will still run the build script from the old master (which triggers the sphinx/gallery incompatibility which was fixed in master since). Should we be merging in master before building a PR on Circle?
The text was updated successfully, but these errors were encountered: