Skip to content

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

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

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

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install
run: python -m pip install -e ".[dev,tray]"
- name: Test
run: pytest