Skip to content

Commit

Permalink
yet another last pyright-actions fix attempt...
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Jan 29, 2024
1 parent bfd7a64 commit 3f442d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
- name: pyright
uses: jakebailey/pyright-action@v2
with:
python-path: .venv/bin/python
project: pyproject.toml
python-path: $(poetry env info --path)/bin/python

- name: pytest
run: poetry run pytest

0 comments on commit 3f442d8

Please sign in to comment.