We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae1358 commit f9e3671Copy full SHA for f9e3671
.github/workflows/pyright.yaml
@@ -19,7 +19,7 @@ jobs:
19
enable-cache: true
20
21
- name: venv
22
- run: uv venv && uv sync --extra dev --extra vector-search --extra wandb
+ run: uv venv && uv sync --extra dev --extra vector-search --extra wandb --extra neptune_scale
23
24
- name: pyright
25
run: uv run pyright
0 commit comments