-
Notifications
You must be signed in to change notification settings - Fork 515
[misc] post release v0.11.0 & public docker cron job adjustment #1860
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
@@ -9,7 +9,7 @@ on: | |||
pull_request: | |||
branches: main | |||
schedule: | |||
- cron: '0 2 29 * *' # At 02:00 on day-of-month 29 | |||
- cron: '0 2 1 */3 *' # At 02:00 on the 1st day of every 3rd month |
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.
@odulcy-mindee adjusted a bit we have already 200+ images in the registry I think every month + releases was to much 😅
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.
Haha, ok, that's fine
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.
I'm glad to see it works again
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.
Yeah :D
@@ -27,7 +27,7 @@ jobs: | |||
- name: Install dependencies | |||
run: | | |||
python -m pip install --upgrade pip | |||
pip install -e .[tf,viz,html] --upgrade | |||
pip install -e .[torch,viz,html] --upgrade |
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.
docs are now also finally built with torch backend :)
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.
🥳
@odulcy-mindee small typo in changelog 😅 |
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1860 +/- ##
==========================================
+ Coverage 96.54% 96.62% +0.07%
==========================================
Files 165 165
Lines 7941 7941
==========================================
+ Hits 7667 7673 +6
+ Misses 274 268 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR: