Skip to content

Commit 8d72329

Browse files
committed
📌 pin uv to 0.8.3 in CI (for now)
1 parent ad84dff commit 8d72329

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
activate-environment: true
4141
python-version: "3.13"
42+
version: "0.8.3"
4243

4344
- name: ruff
4445
run: |
@@ -60,10 +61,10 @@ jobs:
6061
steps:
6162
- uses: actions/[email protected]
6263

63-
- name: Install uv
64-
uses: astral-sh/[email protected]
64+
- uses: astral-sh/[email protected]
6565
with:
6666
python-version: "3.13"
67+
version: "0.8.3"
6768

6869
- name: Generate Matrix
6970
id: set-matrix
@@ -84,10 +85,10 @@ jobs:
8485
steps:
8586
- uses: actions/[email protected]
8687

87-
- name: setup uv
88-
uses: astral-sh/[email protected]
88+
- uses: astral-sh/[email protected]
8989
with:
9090
python-version: ${{ matrix.python }}
91+
version: "0.8.3"
9192

9293
- name: basedpyright
9394
run: >

0 commit comments

Comments
 (0)