Skip to content

Commit 53ffc81

Browse files
fix CI
1 parent 5d0dab3 commit 53ffc81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
tags:
8-
- "v*" # Trigger release job when pushing a version tag
8+
- "v*"
99
pull_request:
1010
branches:
1111
- master
@@ -27,8 +27,8 @@ jobs:
2727
- name: Install uv
2828
run: pip install uv
2929

30-
- name: Install dependencies
31-
run: uv add pytest
30+
- name: Install dependencies (with dev extras)
31+
run: uv pip install .[dev]
3232

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

0 commit comments

Comments
 (0)