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 authored and aarnphm committed Apr 27, 2023
1 parent 7672e7f commit 607ec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frameworks.yml
Expand Up @@ -499,7 +499,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 607ec46

Please sign in to comment.