Skip to content

fix: nightly build python versions #3426

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

Merged
merged 2 commits into from
Mar 6, 2025
Merged

fix: nightly build python versions #3426

merged 2 commits into from
Mar 6, 2025

Conversation

zewenli98
Copy link
Collaborator

Description

Fixes #3425

Type of change

Please delete options that are not relevant and/or add your own.

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project (You can use the linters)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation
  • I have added tests to verify my fix or my feature
  • New and existing unit tests pass locally with my changes
  • I have added the relevant labels to my PR in so that relevant reviewers are notified

@zewenli98 zewenli98 requested review from narendasan and peri044 March 4, 2025 23:11
@zewenli98 zewenli98 self-assigned this Mar 4, 2025
@zewenli98 zewenli98 force-pushed the fix_nightly_build branch 4 times, most recently from de653c7 to 1ca0f01 Compare March 5, 2025 22:10
@zewenli98 zewenli98 force-pushed the fix_nightly_build branch from 1ca0f01 to d675dc0 Compare March 5, 2025 22:27
Copy link
Collaborator

@peri044 peri044 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -23,7 +23,7 @@ jobs:
test-infra-ref: main
with-rocm: false
with-cpu: false
python-versions: '["3.11"]'
python-versions: '["3.11", "3.12", "3.10", "3.9"]'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor thing : consider changing the order to '["3.9", "3.10", "3.11", "3.12"]'

Copy link
Collaborator

@narendasan narendasan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM minus style things @peri044 mentioned

@zewenli98
Copy link
Collaborator Author

zewenli98 commented Mar 6, 2025

@peri044 @narendasan yeah, I did this on purpose because it gets the first entry to run CI for the PR. Changing to '["3.9", "3.10", "3.11", "3.12"]' would make every PR run with py3.9 instead of py3.11. I think we agreed that 3.11 should be default

@zewenli98 zewenli98 merged commit 6a8ac45 into main Mar 6, 2025
267 of 312 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 [Bug] Only cp311 wheel is created in pytorch nightly build after dev20250228
4 participants