Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: confirm uninstall
Signed-off-by: Johannes Messner <[email protected]>
  • Loading branch information
JohannesMessner committed Aug 28, 2023
commit 3e93dfd8a1ac302fc0d1ba5a109a18efe60430e1
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
python -m pip install poetry
poetry install --all-extras
poetry run pip install elasticsearch==8.6.2
poetry run pip uninstall torch
poetry run pip uninstall -y torch
poetry run pip install torch
sudo apt-get update
sudo apt-get install --no-install-recommends ffmpeg
Expand Down