Skip to content

Commit

Permalink
give up on pyright-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Jan 29, 2024
1 parent 3f442d8 commit 2c86592
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,14 @@ jobs:
--without debug
--${{ matrix.pandas }} pandas
- run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH

- name: codespell
run: poetry run codespell .

- name: ruff check
run: poetry run ruff check --output-format=github .

- name: pyright
uses: jakebailey/pyright-action@v2
with:
python-path: $(poetry env info --path)/bin/python
run: poetry run pyright >> $GITHUB_STEP_SUMMARY

- name: pytest
run: poetry run pytest

0 comments on commit 2c86592

Please sign in to comment.