Skip to content

Commit 00cb92d

Browse files
authored
Update pyright.yml
1 parent 09a8a17 commit 00cb92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env-group: ${{ matrix.env }}
3737

3838
- run: |
39-
echo "$PWD/.venv/bin" >> $GITHUB_PATH
39+
echo "$(realpath .venv/bin)" >> $GITHUB_PATH
4040
if [ "${{ matrix.env }}" = "pydantic-v1" ]; then
4141
sed -i 's/PYDANTIC_V2 = true/PYDANTIC_V2 = false/g' ./pyproject.toml
4242
fi

0 commit comments

Comments
 (0)