Skip to content

Commit 80df0b6

Browse files
committed
fix: install dependencies before running pyright
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
1 parent 45e1510 commit 80df0b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/linter.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
continue-on-error: true
4545
run: uv run mypy src
4646

47+
- name: Install dependencies
48+
run: uv sync --all-extras
49+
4750
- name: Run Pyright (Pylance equivalent)
4851
id: pyright
4952
continue-on-error: true

0 commit comments

Comments
 (0)