Skip to content

Bump pillow from 12.1.1 to 12.2.0 in the uv group across 1 directory #660

Bump pillow from 12.1.1 to 12.2.0 in the uv group across 1 directory

Bump pillow from 12.1.1 to 12.2.0 in the uv group across 1 directory #660

Workflow file for this run

name: Build docs
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: install pandoc
run: sudo apt-get update && sudo apt-get install -y pandoc
- name: Install tox
run: pip install tox
- name: Build docs
run: tox -e docs