Skip to content

Commit 4324592

Browse files
aignaskevinpark1217
authored andcommitted
fix(ci): unpin mypy version in mypy workflow (partial cherry-pick of #3678)
The pinned `requirements: 1.6.0` and `python_version: 3.9` no longer work with the current `jpetrucciani/mypy-check@master` action, which now defaults to `mypy==2.1.0` (Requires-Python >=3.10). This drops the pins so the action picks its defaults — same as on `main` and `release/2.0`. Workflow-only hunk from commit 782ae91 ("fix(uv): drop powerpc64 support to fix latest version downloads" (#3678)); the uv/MODULE.bazel parts of that commit are not applicable to `release/1.9`. (cherry picked from commit 782ae91)
1 parent e88d0dd commit 4324592

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/mypy.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ jobs:
2121
- uses: actions/checkout@v6
2222
- uses: jpetrucciani/mypy-check@master
2323
with:
24-
requirements: 1.6.0
25-
python_version: 3.9
2624
path: 'python/runfiles'
2725
- uses: jpetrucciani/mypy-check@master
2826
with:
29-
requirements: 1.6.0
30-
python_version: 3.9
3127
path: 'tests/runfiles'

0 commit comments

Comments
 (0)