Skip to content

Commit 88eb246

Browse files
committed
ci: use group in uv install
1 parent 51b9b99 commit 88eb246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
version: "latest"
2626
- name: Install Dependencies
27-
run: uv pip install --system ".[dev]"
27+
run: uv pip install --system --group dev .
2828

2929
- name: Run formatter
3030
shell: bash
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
version: "latest"
5757
- name: Install Dependencies
58-
run: uv pip install --system ".[test]"
58+
run: uv pip install --system --group test .
5959

6060
- run: mkdir coverage
6161
- name: Test

0 commit comments

Comments
 (0)