Skip to content

Commit 0830d4b

Browse files
committed
fix
1 parent 67af11e commit 0830d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: astral-sh/setup-uv@v5
1616

1717
- name: Install the project
18-
run: uv sync --group test
18+
run: uv sync --dev
1919

2020
- name: Run tests
2121
# For example, using `pytest`

0 commit comments

Comments
 (0)