Skip to content

Remove scikit-video dependency (#6) #80

Remove scikit-video dependency (#6)

Remove scikit-video dependency (#6) #80

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
push:
branches: [ 'master', 'develop' ]
paths-ignore:
- 'docs/**'
- '.git*'
- 'LICENSE'
- 'LICENSE-*'
- '**/*.md'
- '.readthedocs.yaml'
- '.vscode/**'
- 'install_libcarna_dev.bash'
- 'linux_build.bash'
pull_request:
branches-ignore: [ 'master' ]
jobs:
build_and_test:
name: Build and Test ${{ matrix.python-version }}
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12']
uses: ./.github/workflows/build.yml
secrets: inherit
with:
python-version: ${{ matrix.python-version }}