Skip to content

Commit f44311d

Browse files
committed
add linux specific installs for opencv dependencies
1 parent d9a9ac2 commit f44311d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/run-unit-tests_conda-forge.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
- name: Install OpenCV Linux dependencies
4242
if: matrix.os == 'ubuntu-latest'
4343
run: |
44-
# Fix cv2 ImportError: 'libEGL.so.1: cannot open shared object file: No such file or directory'
4544
sudo apt-get update
4645
sudo apt-get install -y libegl1 libopengl0
4746

0 commit comments

Comments
 (0)