Skip to content

Commit

Permalink
Fix uninstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
liord committed Sep 19, 2023
1 parent 61268fa commit 612741a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_suite_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python -m unittest discover tests/keras_tests --verbose
- name: Prepare for Torch
run: |
pip uninstall tensorflow
pip uninstall tensorflow -y
pip install torch==2.0.* torchvision onnx onnxruntime onnxruntime-extensions
- name: Run Torch Tests
run: |
Expand Down

0 comments on commit 612741a

Please sign in to comment.