Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Update diagnose to use new opencv version (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
polzounov authored Dec 21, 2021
1 parent 3830cb4 commit 5cc2f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/diagnose
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
python3 -c "import cv2"
}

@test "opencv version 4.1.0.25" {
pip3 list | grep -i -E 'opencv-python-headless.*4.1.0.25'
@test "opencv version 4.5.3.56" {
pip3 list | grep -i -E 'opencv-python-headless.*4.5.3.56'
}

@test "huemask python library installed" {
Expand Down

0 comments on commit 5cc2f9a

Please sign in to comment.