We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61268fa commit 612741aCopy full SHA for 612741a
.github/workflows/run_tests_suite_pip.yml
@@ -54,7 +54,7 @@ jobs:
54
python -m unittest discover tests/keras_tests --verbose
55
- name: Prepare for Torch
56
run: |
57
- pip uninstall tensorflow
+ pip uninstall tensorflow -y
58
pip install torch==2.0.* torchvision onnx onnxruntime onnxruntime-extensions
59
- name: Run Torch Tests
60
0 commit comments