Skip to content

Commit d994c50

Browse files
committed
fix the ci
1 parent ba05975 commit d994c50

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
version: "latest"
2424

2525
- name: Install dependencies
26-
run: uv sync --group default --group test
26+
run: |
27+
uv sync
28+
uv sync --group test
2729
2830
- name: Install Playwright browsers
2931
run: uv run playwright install chromium --with-deps

0 commit comments

Comments
 (0)