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 5702e40 commit 2c81f58Copy full SHA for 2c81f58
.github/workflows/pyright.yml
@@ -36,7 +36,7 @@ jobs:
36
env-group: ${{ matrix.env }}
37
38
- run: |
39
- echo "$(realpath .venv/bin)" >> $GITHUB_PATH
+ echo "$(dirname $(uv python find))" >> $GITHUB_PATH
40
if [ "${{ matrix.env }}" = "pydantic-v1" ]; then
41
sed -i 's/PYDANTIC_V2 = true/PYDANTIC_V2 = false/g' ./pyproject.toml
42
fi
0 commit comments