Skip to content

Commit b9be5b7

Browse files
committed
fix ci by forcing CPU version of torch at runtime
1 parent 9c6ea42 commit b9be5b7

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
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: uv sync --dev --extra cpu
1515
- name: Run tests
16-
run: uv run pytest tests
16+
run: uv run --extra cpu pytest tests
1717
- name: Build documentation
1818
run: |
1919
source .venv/bin/activate

0 commit comments

Comments
 (0)