Skip to content

Merge pull request #69 from qwhelan/tz #4

Merge pull request #69 from qwhelan/tz

Merge pull request #69 from qwhelan/tz #4

Workflow file for this run

name: Test
on: [push]
jobs:
Test-Changes:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- uses: FedericoCarboni/setup-ffmpeg@v3
id: setup-ffmpeg
with:
ffmpeg-version: release
- name: Install libraries
shell: bash -l {0}
run: pip install pytest
- name: Install
shell: bash -l {0}
run: pip install .
- name: Pytest
shell: bash -l {0}
run: py.test