Skip to content

Commit f23498e

Browse files
committed
fix
1 parent 88f49ca commit f23498e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_benckmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies
3131
run: |
32-
pip install wheel
32+
pip install setuptools wheel
3333
pip install .[tests,onnxruntime,benchmark] datasets
3434
- name: Test with unittest
3535
run: |

0 commit comments

Comments
 (0)