Skip to content

Commit 49954c4

Browse files
committed
fix
1 parent a857297 commit 49954c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -r torch
26+
pip install torch
2727
- name: Test with unittest
2828
run: |
2929
cd code

0 commit comments

Comments
 (0)