Skip to content

Commit e3042e0

Browse files
committed
add linux OpenCV dependencies
1 parent ed6689c commit e3042e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/install-test-conda-forge.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
conda install homonim>=0.4.1
3434
conda list
3535
36+
- name: Install OpenCV Linux dependencies
37+
if: matrix.os == 'ubuntu-latest'
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get install -y libegl1 libopengl0
41+
3642
- name: Run CLI fusion test
3743
run: |
3844
cd tests/data

0 commit comments

Comments
 (0)