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 5664607 commit 3ce8674Copy full SHA for 3ce8674
.github/workflows/smokeshow.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
python-version: '3.9'
27
- name: Setup uv
28
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
29
30
version: "0.4.15"
31
enable-cache: true
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
48
python-version: ${{ matrix.python-version }}
49
50
51
52
53
@@ -90,7 +90,7 @@ jobs:
90
91
python-version: '3.8'
92
93
94
95
96
0 commit comments