Skip to content

ci: install the tray extra so PIL is available for tray tests #8

ci: install the tray extra so PIL is available for tray tests

ci: install the tray extra so PIL is available for tray tests #8

name: Source Platform Smoke
on:
push:
pull_request:
permissions:
contents: read
jobs:
smoke:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: python -m pip install -e ".[dev]"
- name: Smoke tests
run: pytest tests/source_platform_smoke.py -v