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 670ae77 commit 322a77aCopy full SHA for 322a77a
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
python-version-file: "pyproject.toml"
36
37
- name: Install the project
38
- run: uv sync --all-extras --dev
+ run: uv sync --all-groups
39
40
- name: Run tests
41
# For example, using `pytest`
0 commit comments