Skip to content

Commit 482e7c3

Browse files
committed
update gh test to onnx-cpu
1 parent a1106cd commit 482e7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install ruff==0.1.5 pytest==7.4.3
23-
pip install -e .
23+
pip install -e .[onnx-cpu]
2424
pip install torch --index-url https://download.pytorch.org/whl/cpu
2525
- name: Lint with ruff
2626
run: |

0 commit comments

Comments
 (0)