Update script path for auto updating pytorch#2308
Merged
mtar merged 8 commits intoMay 27, 2026
Merged
Conversation
update script path
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2308 +/- ##
==========================================
- Coverage 91.71% 91.70% -0.01%
==========================================
Files 87 87
Lines 14284 14291 +7
==========================================
+ Hits 13100 13106 +6
- Misses 1184 1185 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fix if condition
fix typo
update deprecated command
…orch_version_release_branch
Collaborator
Author
|
One deprecation warning is left for an older github action that hasn't been updated for a while. |
…orch_version_release_branch
brownbaerchen
approved these changes
May 21, 2026
brownbaerchen
left a comment
Collaborator
There was a problem hiding this comment.
Looks good to me. Sorry that we didn't pay enough attention to merge these typos in #1884!
JuanPedroGHM
approved these changes
May 21, 2026
JuanPedroGHM
left a comment
Member
There was a problem hiding this comment.
Thanks for catching that, I need to get myself another github action/yaml checker 😓
…orch_version_release_branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Due Diligence
Description
Updates the path of 'increment_path.py' after the workflow changes. Deprecation warning for code in the workflow itself has been fixed.
Issue/s resolved: #2306
Changes proposed:
Type of change
Bug fix
Memory requirements
Performance
Does this change modify the behaviour of other functions? If so, which?
no