Skip to content

Commit

Permalink
Add cv2 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Almeida committed Feb 1, 2022
1 parent 553eed0 commit 734bfb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
python${{ matrix.python-version }}-dev \
python${{ matrix.python-version }}-venv \
python3-pip \
g++
g++ \
ffmpeg \
libsm6 \
libxext6
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 734bfb8

Please sign in to comment.