Skip to content
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

Fix windows unit test CI #1490

Merged
merged 3 commits into from
Dec 2, 2020
Merged

Fix windows unit test CI #1490

merged 3 commits into from
Dec 2, 2020

Conversation

dsherry
Copy link
Contributor

@dsherry dsherry commented Dec 2, 2020

Thanks @freddyaboulton for the tips in slack! He mentioned:

I think the issue is that the latest release of shap has numba as a dependency but numba released version 0.52.0 this afternoon which I guess can't be built on windows with pip

My suggested fix: install numba using conda, and mention this on the install page in the "Windows" section.

@dsherry dsherry changed the title Fix windows build Fix windows unit test CI Dec 2, 2020
@dsherry dsherry marked this pull request as ready for review December 2, 2020 00:47
@@ -1,7 +1,7 @@
version: 2.1

orbs:
windows: circleci/windows@2.2.0
windows: circleci/windows@2.4.0
Copy link
Contributor Author

@dsherry dsherry Dec 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't needed for this PR, I just figured we should use latest.

@codecov
Copy link

codecov bot commented Dec 2, 2020

Codecov Report

Merging #1490 (61cd717) into main (5a8d844) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1490   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         223      223           
  Lines       15100    15100           
=======================================
  Hits        15093    15093           
  Misses          7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a8d844...61cd717. Read the comment docs.

Copy link
Contributor

@freddyaboulton freddyaboulton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dsherry Thanks for the fix! The docs change looks great to me.

@dsherry dsherry merged commit e3acef6 into main Dec 2, 2020
@dsherry dsherry deleted the ds_fix_windows branch December 2, 2020 16:38
@dsherry dsherry mentioned this pull request Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants