-
Notifications
You must be signed in to change notification settings - Fork 87
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
Omit latest Pandas version #1609
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1609 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 240 240
Lines 18056 18056
=======================================
Hits 18048 18048
Misses 8 8 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 the new changes look good!
@dsherry think I need to specify graphviz version for the circleci tests as well. It's pulling 0.16 as we don't specify any version rn. |
@jeremyliweishih yep you beat me to it :) https://github.com/alteryx/evalml/blob/main/.circleci/config.yml#L154 |
@@ -155,7 +155,7 @@ jobs: | |||
command: | | |||
C:\Users\circleci\Miniconda3\shell\condabin\conda-hook.ps1 | |||
conda activate curr_py | |||
conda install python-graphviz -q -y | |||
conda install python-graphviz=0.15 -q -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Omit latest Pandas ver