We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8478a33 commit c62f56aCopy full SHA for c62f56a
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
python-version: 3.9
13
- name: Install dependencies
14
- run: uv sync --dev
+ run: uv sync --dev --extra cpu
15
- name: Run tests
16
run: uv run pytest tests
17
- name: Build documentation
0 commit comments