Skip to content

Commit a333e94

Browse files
fix: use uv sync to create venv for pytest
1 parent a75ea22 commit a333e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pip install uv
2828

2929
- name: Install dependencies
30-
run: uv sync --frozen
30+
run: uv sync
3131

3232
- name: Run all tests
3333
run: make test-all

0 commit comments

Comments
 (0)