We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d3442 commit 5cb14fcCopy full SHA for 5cb14fc
2 files changed
.github/workflows/pr.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Sync dependencies (locked)
25
run: |
26
- uv sync --locked --all-groups
+ uv sync --locked --all-groups --all-extras
27
28
- name: Build & install native extension (maturin develop)
29
uses: PyO3/maturin-action@v1
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
CONTRIBUTING.md
@@ -48,7 +48,7 @@ uv --version
48
Create and sync the virtual environment (including dev dependencies):
49
50
```bash
51
-uv sync --all-groups
+uv sync --all-groups --all-extras
52
```
53
54
This will:
0 commit comments