Skip to content

Commit 5d16f42

Browse files
committed
fix: install uv via pip instead of GH action
Signed-off-by: Richard Gebhardt <[email protected]>
1 parent 95da59a commit 5d16f42

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ jobs:
2222
with:
2323
python-version: '3.13'
2424

25-
- name: Install uv
26-
uses: astral-sh/setup-uv@v6
27-
with:
28-
version: "0.8.19"
29-
30-
- name: Install tomlq
31-
run: pip install tomlq
25+
- name: Install requirements
26+
run: pip install -r requirements-dev.txt
3227

3328
- name: Update __init__.py
3429
working-directory: src/${{ matrix.directory }}

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest
33
pytest-asyncio
44
tox
55
tomlq
6+
uv

0 commit comments

Comments
 (0)