-
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
Update featuretools main workflow #3517
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3517 +/- ##
=======================================
- Coverage 99.7% 99.7% -0.0%
=======================================
Files 336 336
Lines 33417 33415 -2
=======================================
- Hits 33294 33292 -2
Misses 123 123
Continue to review full report at Codecov.
|
Thank you for helping us fix @rwedge !!
Since we're midway through switching to Thoughts @alteryx/evalml ? |
@freddyaboulton perhaps could we use |
That's a great idea @rwedge ! I wonder if we can use the existing |
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.
🤌
- name: Install EvalML & Featuretools - test requirements | ||
run: | | ||
python -m pip install -e unpacked_sdist/[test] | ||
cd unpacked_sdist | ||
make -f ../Makefile installdeps-prophet |
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.
There is no point in running make package_evalml
if you are just going to run installdeps
which just installs from the requirement text files.
PR to iron out issues with the featuretools main CI workflow