Skip to content
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

Exclude 3.13 for windows on release v10 #1386

Merged

Conversation

divyanshk
Copy link
Contributor

@divyanshk divyanshk commented Dec 7, 2024

We tried to setup a test workflow for v10 release, but it failed because windows has no support for 3.13 in torch.

Flow: https://github.com/pytorch/data/actions/runs/12208526204/job/34061897521#step:8:300

We believe that is because the flow config _build_test_upload.yml doesn't exclude 3.13 for windows. This PR is adding that.

I tried to test the workflow with this change by running the test release workflow on the branch divyanshk/exclude_3.13_... but that doesn't work. Mostly because of the filtering rules built in the config (https://github.com/pytorch/data/actions/runs/12209869119/workflow#L31).

Edit: build_test_upload got kicked by this PR and succeeds https://github.com/pytorch/data/actions/runs/12210112227/job/34065795491?pr=1386 (i.e. excludes 3.13 and pure for windows)

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 7, 2024
Copy link

pytorch-bot bot commented Dec 7, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/data/1386

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 006bd53 with merge base 075661c (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@divyanshk divyanshk merged commit 31d3a1a into release/0.10 Dec 8, 2024
45 checks passed
@divyanshk divyanshk deleted the divyanshk/exclude_3.13_for_windows_on_release_v10 branch December 8, 2024 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants