Skip to content

Commit

Permalink
retry pyright actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Jul 1, 2024
1 parent 8325ce1 commit 2998911
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/formatting-and-pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
- name: Run code formatting checks with pre-commit
uses: pre-commit/[email protected]

- name: Pyright
uses: jakebailey/pyright-action@v2
with:
version: PATH
- name: Install Dependencies
run: |
pip install poetry
poetry install
- name: Run Pyright
run: |
pyright

0 comments on commit 2998911

Please sign in to comment.