Skip to content

Commit

Permalink
Add setup opencv step in test wf
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinsBuddy committed Oct 8, 2023
1 parent 43cccdd commit 23e63d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Cache OpenCV
uses: UrielCh/opencv-cache-action@V1
with:
branch: 4.x
BUILD_LIST: core
NO_CONTRIB: ''
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
10 changes: 9 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ coverage==7.2.3
pylint==2.17.2
pytest-timeout==2.1.0
pytest-httpserver==1.0.8
pytest-asyncio==0.21.1
pytest-asyncio==0.21.1

imutils==0.5.4
numpy==1.24.2
opencv-python==4.8.1.78
opencv-contrib-python==4.8.1.78
vidgear==0.3.2
PyYaml==6.0.1
tqdm==4.66.1

0 comments on commit 23e63d2

Please sign in to comment.