Skip to content

Commit d3ee80d

Browse files
committed
fix
1 parent f23498e commit d3ee80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_benckmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [3.9]
20+
python-version: ['3.10']
2121
os: [ubuntu-20.04]
2222

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

0 commit comments

Comments
 (0)