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 6b08e34 commit 7e3539fCopy full SHA for 7e3539f
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v4
25
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@v7
26
with:
27
enable-cache: true
28
- run: uv run --extra typing mypy
@@ -42,7 +42,7 @@ jobs:
42
43
- uses: r-lib/actions/setup-tinytex@v2
44
if: runner.os != 'Windows'
45
46
47
48
python-version: ${{ matrix.python-version }}
0 commit comments