Skip to content

Commit 52d42b7

Browse files
authored
Merge branch 'develop' into dependabot/pip/pip-bb2a874772
2 parents 650d11f + 88eb246 commit 52d42b7

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)