We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b3752 commit 3a2481aCopy full SHA for 3a2481a
.github/workflows/ci.yml
@@ -154,7 +154,7 @@ jobs:
154
- run: mkdir coverage
155
156
# run tests with just `pydantic-ai-slim` dependencies
157
- - run: uv run --package pydantic-ai-slim --extra google coverage run -m pytest
+ - run: uv run --package pydantic-ai-slim coverage run -m pytest
158
env:
159
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-slim
160
0 commit comments