1 parent 0df091f commit 32640feCopy full SHA for 32640fe
1 file changed
.github/workflows/ci.yml
@@ -15,8 +15,6 @@ jobs:
15
16
- name: Install uv
17
uses: astral-sh/setup-uv@v4
18
- with:
19
- enable-cache: true
20
21
- name: Lint
22
run: uv run ruff check src/ tests/
@@ -29,11 +27,9 @@ jobs:
29
27
30
28
31
32
33
34
35
- name: Install dependencies
36
run: uv sync --dev
37
38
- name: Run unit tests
39
- run: uv run pytest tests/api tests/core -v
+ run: uv run pytest tests/api tests/core -v
0 commit comments