Skip to content

Commit 872c7cd

Browse files
committed
Make sure to include all deps when running linter
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 0b74f0f commit 872c7cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
- name: Python Lint - PyRight
7070
env:
7171
MATURIN_PEP517_ARGS: "--profile dev"
72-
run: uv run basedpyright vortex-python
72+
run: |
73+
uv sync --all-packages
74+
uv run basedpyright vortex-python
7375
7476
python-test:
7577
name: "Python (test)"

0 commit comments

Comments
 (0)