Skip to content

Bump pillow from 10.3.0 to 10.4.0 #390

Bump pillow from 10.3.0 to 10.4.0

Bump pillow from 10.3.0 to 10.4.0 #390

Workflow file for this run

name: Python CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
name: Python ${{ matrix.python-version }}
env:
PIPENV_VERBOSITY: -1
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- run: poetry install
- run: make test
- run: pipx install codecov
- run: codecov