We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b74f0f commit e7e1248Copy full SHA for e7e1248
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Python Lint - PyRight
70
env:
71
MATURIN_PEP517_ARGS: "--profile dev"
72
- run: uv run basedpyright vortex-python
+ run: uv run --all-groups basedpyright vortex-python
73
74
python-test:
75
name: "Python (test)"
0 commit comments