Skip to content

Commit 93dd0e9

Browse files
jorenhamjulvdb
authored andcommitted
📌 pin uv to 0.8.3 in CI (for now)
1 parent 64fca16 commit 93dd0e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 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: |
@@ -65,8 +66,7 @@ jobs:
6566
steps:
6667
- uses: actions/[email protected]
6768

68-
- name: setup uv
69-
uses: astral-sh/[email protected]
69+
- uses: astral-sh/[email protected]
7070
with:
7171
activate-environment: true
7272
python-version: ${{ matrix.py }}

0 commit comments

Comments
 (0)