Skip to content

Use wuffs-unsupported-snapshot, support JPEG #7

Use wuffs-unsupported-snapshot, support JPEG

Use wuffs-unsupported-snapshot, support JPEG #7

Workflow file for this run

name: macOS CI
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build-and-test:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Build wheel
run: python3 -m pip wheel .
- name: Install wheel
run: python3 -m pip install *.whl
- name: Install test requirements
run: python3 -m pip install -r test/requirements.txt
- name: Run tests
run: python3 -m pytest test/