-
Notifications
You must be signed in to change notification settings - Fork 395
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
convert CI-python to use conda and install pytorch dependencies #2272
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2272 +/- ##
==========================================
+ Coverage 89.23% 93.20% +3.97%
==========================================
Files 129 103 -26
Lines 7382 5198 -2184
==========================================
- Hits 6587 4845 -1742
+ Misses 795 353 -442
Flags with carried forward coverage won't be shown. Click here to find out more. |
run: | | ||
pip install -v -e . | ||
working-directory: ${{ matrix.packageDirectory }} | ||
|
||
- name: Pip freeze |
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 raiwidgets logic added here??
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.
it's just to upload dependencies
548f801
to
ea5924f
Compare
ea5924f
to
fabbaea
Compare
Description
convert CI-python to use conda and install pytorch dependencies
Checklist