-
Notifications
You must be signed in to change notification settings - Fork 86
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 some unit tests after vowpal wabbit got added to conda #3486
Conversation
@@ -10,6 +10,7 @@ on: | |||
- 'requirements.txt' | |||
- 'core-requirements.txt' | |||
- 'evalml/tests/dependency_update_check/*.txt' | |||
- '.github/meta.yaml' |
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.
So that it runs when we update the recipe but not the requirement files.
Codecov Report
@@ Coverage Diff @@
## main #3486 +/- ##
=====================================
Coverage 99.7% 99.7%
=====================================
Files 336 336
Lines 33364 33364
=====================================
Hits 33238 33238
Misses 126 126
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.
thank you!
@@ -9,7 +9,7 @@ source: | |||
sha256: acb758f2234a60dd606a4aa7dcde385e159c95a08470b0c5815d085db48aa985 | |||
|
|||
build: | |||
number: 1 | |||
number: 2 |
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.
why is this changing?
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.
Just so that I could run build_conda_pkg
. In the real recipe it will start at 0.
Pull Request Description
The build_conda_pkg job doesn't run when you change the meta.yaml so we didn't catch some very minor unit test failures once we merged to main:
https://github.com/alteryx/evalml/runs/6202590714?check_suite_focus=true
After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of
docs/source/release_notes.rst
to include this pull request by adding :pr:123
.