Skip to content

Commit

Permalink
add linux specific installs for opencv dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed May 16, 2024
1 parent d9a9ac2 commit f44311d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-unit-tests_conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- name: Install OpenCV Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: |
# Fix cv2 ImportError: 'libEGL.so.1: cannot open shared object file: No such file or directory'
sudo apt-get update
sudo apt-get install -y libegl1 libopengl0
Expand Down

0 comments on commit f44311d

Please sign in to comment.