-
Notifications
You must be signed in to change notification settings - Fork 83
Pin mxnet version for vanilla tests #468
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
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, left a minor comment.
On the other hand, if we don't have a long term solution for testing open source frameworks, should we temporarily disable running these tests in our pipelines? Doesn't seem like a good idea to have one build running tests for all frameworks anyway.
- cd $CODEBUILD_SRC_DIR && chmod +x config/protoc_downloader.sh && ./config/protoc_downloader.sh | ||
- pip install --upgrade pip==20.3.3 | ||
- pip install -q -U pytest pytest-cov wheel pyYaml pytest-html keras==2.3.1 mxnet torch xgboost pre-commit tensorflow_datasets==4.0.1 torchvision | ||
- pip install -q -U pytest pytest-cov wheel pyYaml pytest-html keras==2.3.1 mxnet==1.6.0 torch xgboost pre-commit tensorflow_datasets==4.0.1 torchvision |
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.
Let's pin the versions to the other frameworks too.
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.
Done
Codecov Report
@@ Coverage Diff @@
## master #468 +/- ##
==========================================
- Coverage 65.55% 65.22% -0.33%
==========================================
Files 173 163 -10
Lines 13275 12929 -346
==========================================
- Hits 8702 8433 -269
+ Misses 4573 4496 -77
Continue to review full report at Codecov.
|
Description of changes:
Style and formatting:
I have run
pre-commit install
to ensure that auto-formatting happens with every commit.Issue number, if available
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.