Skip to content

Commit e7e1248

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Python Lint - PyRight
7070
env:
7171
MATURIN_PEP517_ARGS: "--profile dev"
72-
run: uv run basedpyright vortex-python
72+
run: uv run --all-groups basedpyright vortex-python
7373

7474
python-test:
7575
name: "Python (test)"

0 commit comments

Comments
 (0)