-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[CI] Add torch1.13 checking in CI #2402
[CI] Add torch1.13 checking in CI #2402
Conversation
Suggesting fix CI by install wheel: - name: Upgrade pip
run: |
pip install pip --upgrade
# Install wheel for source distribution build.
pip install wheel Refer: https://github.com/pypa/pip/blob/22.3.1/src/pip/_internal/wheel_builder.py#L94-L97 |
Codecov ReportBase: 83.19% // Head: 83.33% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2402 +/- ##
===========================================
+ Coverage 83.19% 83.33% +0.14%
===========================================
Files 141 143 +2
Lines 7998 8127 +129
Branches 1198 1211 +13
===========================================
+ Hits 6654 6773 +119
- Misses 1158 1165 +7
- Partials 186 189 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Thanks!!! |
run: pip install pip --upgrade | ||
run: | | ||
pip install pip --upgrade | ||
pip install wheel |
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.
* Add torch1.13 in CI * use mim install mm packages * install all requirements * install wheel * add ref
Add torch1.13 in CI use mim install mm packages install all requirements install wheel add ref
* Add torch1.13 in CI * use mim install mm packages * install all requirements * install wheel * add ref
* Add torch1.13 in CI * use mim install mm packages * install all requirements * install wheel * add ref
* Add torch1.13 in CI * use mim install mm packages * install all requirements * install wheel * add ref
Motivation
Ref: open-mmlab/mmcv#2441
Add torch1.13 checking in CI.