-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPS: Using cpplint from conda-forge #26693
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
Conversation
+1
…On Thu, Jun 6, 2019 at 10:52 AM Marc Garcia ***@***.***> wrote:
Follow up of #26691 <#26691>.
cpplint was installed from pip, but it's now available in conda-forge.
CC: @TomAugspurger <https://github.com/TomAugspurger>
------------------------------
You can view, comment on, or merge this pull request online at:
#26693
Commit Summary
- DEPS: Using cpplint from conda-forge
File Changes
- *M* environment.yml
<https://github.com/pandas-dev/pandas/pull/26693/files#diff-0> (3)
Patch Links:
- https://github.com/pandas-dev/pandas/pull/26693.patch
- https://github.com/pandas-dev/pandas/pull/26693.diff
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26693?email_source=notifications&email_token=AAKAOITG7CPCKA4MJDXMMK3PZEXC7A5CNFSM4HVD525KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GYB5AUQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKAOIXYTHENJVSE2JRXWIDPZEXC7ANCNFSM4HVD525A>
.
|
Codecov Report
@@ Coverage Diff @@
## master #26693 +/- ##
==========================================
- Coverage 91.88% 91.87% -0.01%
==========================================
Files 174 174
Lines 50694 50694
==========================================
- Hits 46581 46577 -4
- Misses 4113 4117 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26693 +/- ##
===========================================
- Coverage 91.88% 41.91% -49.98%
===========================================
Files 174 174
Lines 50701 50701
===========================================
- Hits 46588 21250 -25338
- Misses 4113 29451 +25338
Continue to review full report at Codecov.
|
@datapythonista : Looks like Azure is having some weird issues with your commits. |
@gfyoung I reported it to the azure-pipelines people, and they say it's GitHub who sometimes send the webhook before the repo is replicated in their servers, and that causes this error, that appears randomly. I was told they are working on a fix. Merging master to relaunch the CI fixed it. |
Follow up of #26691.
cpplint
was installed from pip, but it's now available in conda-forge.CC: @TomAugspurger