Skip to content

Commit c62f56a

Browse files
committed
specify --extra cpu for CI run
1 parent 8478a33 commit c62f56a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
python-version: 3.9
1313
- name: Install dependencies
14-
run: uv sync --dev
14+
run: uv sync --dev --extra cpu
1515
- name: Run tests
1616
run: uv run pytest tests
1717
- name: Build documentation

0 commit comments

Comments
 (0)