We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f49ca commit f23498eCopy full SHA for f23498e
.github/workflows/test_benckmark.yml
@@ -29,7 +29,7 @@ jobs:
29
python-version: ${{ matrix.python-version }}
30
- name: Install dependencies
31
run: |
32
- pip install wheel
+ pip install setuptools wheel
33
pip install .[tests,onnxruntime,benchmark] datasets
34
- name: Test with unittest
35
0 commit comments