We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d66d28 commit cd6c015Copy full SHA for cd6c015
1 file changed
.github/workflows/mypy.yml
@@ -69,12 +69,11 @@ jobs:
69
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
70
with:
71
persist-credentials: false
72
- - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
+ - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
73
74
python-version: "3.15"
75
- allow-prereleases: true
76
- cache: pip
77
- cache-dependency-path: Tools/requirements-dev.txt
78
- - run: pip install -r Tools/requirements-dev.txt
+ activate-environment: true
+ cache-dependency-glob: Tools/requirements-dev.txt
+ - run: uv pip install -r Tools/requirements-dev.txt
79
- run: python3 Misc/mypy/make_symlinks.py --symlink
80
- run: mypy --num-workers 4 --config-file ${{ matrix.target }}/mypy.ini
0 commit comments