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 b17e689 commit 6b08e34Copy full SHA for 6b08e34
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v4
25
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v6
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