Skip to content

Commit e53bf85

Browse files
committed
Fix CI dependency install after pytest moved to dev extra
1 parent b11142c commit e53bf85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: uv python install ${{ matrix.python-version }}
2424

2525
- name: Install dependencies
26-
run: uv sync --dev
26+
run: uv sync --extra dev
2727

2828
- name: Run tests
2929
env:

0 commit comments

Comments
 (0)