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 93c2c9d commit c360563Copy full SHA for c360563
.github/workflows/ci.yml
@@ -688,6 +688,7 @@ jobs:
688
run: |
689
set -x
690
curl -LsSf https://astral.sh/uv/install.sh | sh
691
+ source $HOME/.local/bin/env
692
uv sync --group testing
693
uv pip install pydantic-core --no-index --no-deps --find-links dist --force-reinstall
694
uv run pytest --ignore=tests/test_docstrings.py
0 commit comments