-
Notifications
You must be signed in to change notification settings - Fork 7.1k
expand prototype test matrix to different Python versions #6065
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
base: main
Are you sure you want to change the base?
Conversation
After some offline discussion with @NicolasHug, we decided to only follow up on this after the release to avoid for the CI going red for something that does not need to be fixed before the release. |
@NicolasHug apart from the flaky open file handle warning, expanding the CI matrix also turned up warnings that #5219 tried to solve. I've added fixes for |
Yes please! |
See #6076. |
This reverts commit e0734cd.
…removed (pytorch#6059)" This reverts commit 49496c4.
This reverts commit cb8b43d.
This expands the prototype test matrix to test all Python versions on Linux. This should give us some extra safety to catch stuff like #5801 and https://github.com/pytorch/data/runs/6500848588#step:9:1977, which are not visible on Python 3.7.
Since GitHub actions is free for OSS projects, this does not add any costs.