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 22, 2023
1 parent ff2473e commit a90f59f
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 a90f59f

Please sign in to comment.