Skip to content

Commit 3a2481a

Browse files
committed
Drop extra from dependencies on test
1 parent b4b3752 commit 3a2481a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- run: mkdir coverage
155155

156156
# run tests with just `pydantic-ai-slim` dependencies
157-
- run: uv run --package pydantic-ai-slim --extra google coverage run -m pytest
157+
- run: uv run --package pydantic-ai-slim coverage run -m pytest
158158
env:
159159
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-slim
160160

0 commit comments

Comments
 (0)