Skip to content

testing tests - is opencv this sensitive to fallbacks? #68

testing tests - is opencv this sensitive to fallbacks?

testing tests - is opencv this sensitive to fallbacks? #68

Workflow file for this run

name: Run Python tests
on: [push]
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install .[tests] pytest pytest-md pytest-emoji
- uses: pavelzw/pytest-action@v2
with:
emoji: true
verbose: true
job-summary: true