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 42feb41 commit 2df2d73Copy full SHA for 2df2d73
.github/workflows/benchmark.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/setup-python@v6
15
with:
16
python-version: 3.12
17
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@v7
18
19
enable-cache: true
20
cache-dependency-glob: |
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}
21
22
23
24
0 commit comments