Skip to content

Commit 2e06eb3

Browse files
author
Sergey Zagoruyko
committed
install cpu only torch for tests
1 parent 2ce01ce commit 2e06eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install Python dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37+
pip install torch --index-url https://download.pytorch.org/whl/cpu
3738
pip install .
3839
pip install pytest
3940

0 commit comments

Comments
 (0)