Skip to content

Bump opencv-python-headless from 4.6.0.66 to 4.8.1.78 #1067

Bump opencv-python-headless from 4.6.0.66 to 4.8.1.78

Bump opencv-python-headless from 4.6.0.66 to 4.8.1.78 #1067

name: CI
on:
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
strategy:
matrix:
image_type: [pytorch]
env:
DOCKER_BUILDKIT: 1
IMAGE_TYPE: ${{ matrix.image_type }}
steps:
- uses: actions/checkout@v4
- run: df -hT
- run: ./scripts/cibuild
- run: df -hT
- run: docker system prune -f
- run: df -hT
- run: ./scripts/test "style_tests"
- run: ./scripts/test "unit_tests"
- run: df -hT
- run: ./scripts/test "integration_tests"
- run: ./scripts/test "coverage"
- uses: codecov/codecov-action@v3