Skip to content

chore: bump opencv-python from 4.7.0.68 to 4.8.1.78 in /research #47

chore: bump opencv-python from 4.7.0.68 to 4.8.1.78 in /research

chore: bump opencv-python from 4.7.0.68 to 4.8.1.78 in /research #47

Workflow file for this run

name: CI
on:
[push,pull_request]
jobs:
run-pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Run tests
run: |
pytest -v tests