Skip to content

Commit

Permalink
Add venv to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Nov 20, 2024
1 parent 930be0f commit afbdc97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
pdm install -v
pdm info
echo "$(pdm venv --path in-project)/bin" >> $GITHUB_PATH
- name: Run pyright
uses: jakebailey/pyright-action@v2
Expand Down

0 comments on commit afbdc97

Please sign in to comment.