fix: update GitHub Actions workflows for UV installation and cross-platform support #1510
Annotations
24 errors and 1 warning
Pyright (ubuntu-latest, 3.11):
instructor/dsl/partial.py#L22
Import "Type" is not accessed (reportUnusedImport)
|
Pyright (ubuntu-latest, 3.11):
instructor/dsl/partial.py#L69
Union requires two or more type arguments (reportInvalidTypeArguments)
|
Pyright (ubuntu-latest, 3.11):
instructor/dsl/partial.py#L69
Expected class but received "tuple[type[Any] | Any, ...]" (reportGeneralTypeIssues)
|
Pyright (ubuntu-latest, 3.11):
instructor/dsl/partial.py#L71
Unnecessary "cast" call; type is already "Any" (reportUnnecessaryCast)
|
Pyright (ubuntu-latest, 3.11):
instructor/dsl/partial.py#L76
Too many type arguments provided for "Partial"; expected 1 but received 2 (reportInvalidTypeArguments)
|
Pyright (ubuntu-latest, 3.11):
instructor/dsl/partial.py#L111
Type of "annotation" is partially unknown
Type of "annotation" is "Unknown | type[None] | type[Partial[BaseModel]]" (reportUnknownMemberType)
|
Pyright (ubuntu-latest, 3.11):
instructor/dsl/partial.py#L111
Return type, "tuple[Unknown | type[None] | type[Partial[BaseModel]], FieldInfo]", is partially unknown (reportUnknownVariableType)
|
Pyright (ubuntu-latest, 3.11)
7 errors
|
Pyright (macos-latest, 3.9)
The job was canceled because "ubuntu-latest_3_11" failed.
|
Pyright (ubuntu-latest, 3.9)
The job was canceled because "ubuntu-latest_3_11" failed.
|
Pyright (ubuntu-latest, 3.9)
The operation was canceled.
|
Pyright (macos-latest, 3.10)
The job was canceled because "ubuntu-latest_3_11" failed.
|
Pyright (macos-latest, 3.10):
instructor/dsl/partial.py#L22
Import "Type" is not accessed (reportUnusedImport)
|
Pyright (macos-latest, 3.10):
instructor/dsl/partial.py#L69
Union requires two or more type arguments (reportInvalidTypeArguments)
|
Pyright (macos-latest, 3.10):
instructor/dsl/partial.py#L69
Expected class but received "tuple[type[Any] | Any, ...]" (reportGeneralTypeIssues)
|
Pyright (macos-latest, 3.10):
instructor/dsl/partial.py#L71
Unnecessary "cast" call; type is already "Any" (reportUnnecessaryCast)
|
Pyright (macos-latest, 3.10):
instructor/dsl/partial.py#L76
Too many type arguments provided for "Partial"; expected 1 but received 2 (reportInvalidTypeArguments)
|
Pyright (macos-latest, 3.10):
instructor/dsl/partial.py#L111
Type of "annotation" is partially unknown
Type of "annotation" is "Unknown | type[None] | type[Partial[BaseModel]]" (reportUnknownMemberType)
|
Pyright (macos-latest, 3.10):
instructor/dsl/partial.py#L111
Return type, "tuple[Unknown | type[None] | type[Partial[BaseModel]], FieldInfo]", is partially unknown (reportUnknownVariableType)
|
Pyright (macos-latest, 3.10)
7 errors
|
Pyright (ubuntu-latest, 3.10)
The job was canceled because "ubuntu-latest_3_11" failed.
|
Pyright (ubuntu-latest, 3.10)
A task was canceled.
|
Pyright (macos-latest, 3.11)
The job was canceled because "ubuntu-latest_3_11" failed.
|
Pyright (macos-latest, 3.11)
The operation was canceled.
|
Pyright (ubuntu-latest, 3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|