Skip to content

Commit 612741a

Browse files
author
liord
committed
Fix uninstall command
1 parent 61268fa commit 612741a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests_suite_pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python -m unittest discover tests/keras_tests --verbose
5555
- name: Prepare for Torch
5656
run: |
57-
pip uninstall tensorflow
57+
pip uninstall tensorflow -y
5858
pip install torch==2.0.* torchvision onnx onnxruntime onnxruntime-extensions
5959
- name: Run Torch Tests
6060
run: |

0 commit comments

Comments
 (0)