Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
painebenjamin authored Jan 17, 2024
1 parent 1bf117c commit 72c809f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libatlas-base-dev
pip uninstall opencv-python -y
pip install opencv-python==4.6.0.66
- name: Install additional TensorRT Dependencies
if: ${{ contains(inputs.os, 'ubuntu') && contains(inputs.api, 'tensorrt') }}
run: |
Expand Down

0 comments on commit 72c809f

Please sign in to comment.