Skip to content

Commit d26b1e4

Browse files
fix CI
1 parent 8e68982 commit d26b1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

3030
- name: Install dependencies
31-
run: uv sync
31+
run: uv add pytest
3232

3333
- name: Run pytest
3434
run: uv run pytest --maxfail=1 --disable-warnings -q

0 commit comments

Comments
 (0)