We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67af11e commit 0830d4bCopy full SHA for 0830d4b
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: astral-sh/setup-uv@v5
16
17
- name: Install the project
18
- run: uv sync --group test
+ run: uv sync --dev
19
20
- name: Run tests
21
# For example, using `pytest`
0 commit comments