-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix lint #137023
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
Fix lint #137023
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/137023
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit ca09f6a with merge base 3ff2d93 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
kit1980
left a comment
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.
Should also update later in the file:
- name: Setup Python 3.8
if: matrix.test_type != 'older_python_version'
uses: actions/setup-python@v4
with:
python-version: '3.8'
Or maybe not. |
|
@pytorchbot merge -f "It fixed the regression" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot cherry-pick -b release/2.5 -c ci |
|
❌ 🤖 pytorchbot command failed: Try |
|
@pytorchbot cherry-pick -c regression --onto release/2.5 |
By migrating some of the workflows to Python-3.9 as 3.8 has been deprecated by #132138 Pull Request resolved: #137023 Approved by: https://github.com/ZainRizvi, https://github.com/janeyx99, https://github.com/seemethere, https://github.com/kit1980, https://github.com/Skylion007 (cherry picked from commit 40f80a7)
Cherry picking #137023The cherry pick PR is at #137052 and it is recommended to link a regression cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Fix lint (#137023) By migrating some of the workflows to Python-3.9 as 3.8 has been deprecated by #132138 Pull Request resolved: #137023 Approved by: https://github.com/ZainRizvi, https://github.com/janeyx99, https://github.com/seemethere, https://github.com/kit1980, https://github.com/Skylion007 (cherry picked from commit 40f80a7) Co-authored-by: Nikita Shulga <[email protected]>
By migrating some of the workflows to Python-3.9 as 3.8 has been deprecated by pytorch#132138 Pull Request resolved: pytorch#137023 Approved by: https://github.com/ZainRizvi, https://github.com/janeyx99, https://github.com/seemethere, https://github.com/kit1980, https://github.com/Skylion007
By migrating some of the workflows to Python-3.9 as 3.8 has been deprecated by #132138