Skip to content

Commit

Permalink
add pytorch to onnx ci test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
larme committed Feb 21, 2023
1 parent 591dcd5 commit a468d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frameworks.yml
Expand Up @@ -433,7 +433,7 @@ jobs:
- name: Install dependencies
run: |
pip install .
pip install onnx onnxruntime skl2onnx transformers[onnx]
pip install onnx onnxruntime skl2onnx transformers[onnx] torch
pip install -r requirements/tests-requirements.txt
- name: Run tests and generate coverage report
Expand Down

0 comments on commit a468d5b

Please sign in to comment.