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