Skip to content

Commit 6dbc9c3

Browse files
committed
fix the ci
1 parent d994c50 commit 6dbc9c3

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

2525
- name: Install dependencies
26-
run: |
27-
uv sync
28-
uv sync --group test
26+
run: uv sync --all-groups
2927

3028
- name: Install Playwright browsers
3129
run: uv run playwright install chromium --with-deps

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@ target-version = "py310"
4848
python_version = "3.10"
4949
ignore_missing_imports = true
5050
strict_optional = true
51+
52+
[tool.uv]
53+
dependency-groups.test = [
54+
"pytest>=7.0",
55+
"pytest-asyncio>=0.23",
56+
"pytest-mock>=3.10",
57+
]

0 commit comments

Comments
 (0)