Skip to content

Commit

Permalink
ci: avoid letting pyright run on venv at ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bellini666 committed Oct 1, 2023
1 parent f0f8a3c commit 3d292a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
poetry install -E debug-toolbar
- name: Check for pyright errors
uses: jakebailey/pyright-action@v1
with:
extra-args: strawberry_django tests examples
tests:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 3d292a5

Please sign in to comment.