Skip to content

Commit

Permalink
Fix test benchmark suite (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Feb 24, 2025
1 parent f4c9021 commit 99bc877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev_test_benckmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -U setuptools
pip install wheel
pip install .[tests,onnxruntime,benchmark] datasets
pip install -U git+https://github.com/huggingface/evaluate
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_benckmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -U setuptools
pip install wheel
pip install .[tests,onnxruntime,benchmark] datasets
- name: Test with unittest
Expand Down

0 comments on commit 99bc877

Please sign in to comment.