Skip to content

Move keyframe application to the C-based bitmap decompression library. #28

Move keyframe application to the C-based bitmap decompression library.

Move keyframe application to the C-based bitmap decompression library. #28

Workflow file for this run

name: Run Tox
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', '3.12']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
run: pip install tox
- name: Run tox
run: tox