Skip to content

Commit

Permalink
Improve pyright CI
Browse files Browse the repository at this point in the history
  • Loading branch information
math-fehr committed Feb 5, 2025
1 parent 76d898b commit 7a59dbf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ jobs:
- name: Upgrade pip
run: |
pip install --upgrade pip
- name: Create a virtual environment
run: |
python -m venv venv
source venv/bin/activate
- name: Install the package
run: |
pip install .[dev]
- name: Pyright
uses: jakebailey/pyright-action@v1
with:
version: "1.1.309"
version: PATH
venv-path: venv

0 comments on commit 7a59dbf

Please sign in to comment.