Skip to content

Commit a75ea22

Browse files
fix: install uv in CI workflow
1 parent fb3996a commit a75ea22

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
python-version: '3.14'
2424
cache: 'pip'
2525

26+
- name: Install uv
27+
run: pip install uv
28+
2629
- name: Install dependencies
27-
run: pip install -e ".[dev]"
30+
run: uv sync --frozen
2831

2932
- name: Run all tests
3033
run: make test-all

0 commit comments

Comments
 (0)