-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Fix ci #6507
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
Conversation
Deploying with
|
| Latest commit: |
5408752
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://db34752d.pydantic-docs2.pages.dev |
| Branch Preview URL: | https://fix-ci-2.pydantic-docs2.pages.dev |
|
I wasn't able to use |
|
please review |
| typing-extensions-version: ['4.6.1', 'main'] | ||
| python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] | ||
| python-version: ['3.8', '3.9', '3.10', '3.11'] | ||
| include: | ||
| - typing-extensions-version: '4.6.1' | ||
| python-version: '3.7' |
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.
Why do we even need 4.6.1 here? As far as I can see, we just do simple make test.
I think it's enough to run against main here. Thus, this could be just a list of python versions and no else branch in the install typing-extensions step.
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.
The idea is to test the oldest version we support and the latest version on every python version we support
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.
make test could very well fail if .e.g we import a symbol that doesn't exist
skip change file check
Selected Reviewer: @davidhewitt