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 70be853 commit 52c42d5Copy full SHA for 52c42d5
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
python-version: ${{ matrix.python-version }}
45
46
- name: Install uv
47
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v6
48
with:
49
enable-cache: true
50
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
.github/workflows/upstream-dev-ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- name: Install dependencies
run: |
0 commit comments