Skip to content

Commit

Permalink
Add OpenCV in _test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Veldhoen committed Jun 3, 2024
1 parent 2c4d70a commit 18dba01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: install ffmpeg
run: sudo apt-get update && sudo apt-get install -y ffmpeg --fix-missing

- name: install OpenCV
run: sudo apt-get install -y python3-opencv

- name: "pytest"
run: |
cp config/config.yml config.yml
Expand All @@ -40,4 +43,4 @@ jobs:
run: "poetry run black --check ."

- name: "mypy"
run: "poetry run mypy ."
run: "poetry run mypy ."

0 comments on commit 18dba01

Please sign in to comment.