We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 650d11f + 88eb246 commit 52d42b7Copy full SHA for 52d42b7
1 file changed
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
version: "latest"
26
- name: Install Dependencies
27
- run: uv pip install --system ".[dev]"
+ run: uv pip install --system --group dev .
28
29
- name: Run formatter
30
shell: bash
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
- run: uv pip install --system ".[test]"
+ run: uv pip install --system --group test .
59
60
- run: mkdir coverage
61
- name: Test
0 commit comments