Skip to content

Bump pillow from 9.3.0 to 10.0.1 #44

Bump pillow from 9.3.0 to 10.0.1

Bump pillow from 9.3.0 to 10.0.1 #44

Workflow file for this run

name: "Unit tests"
on: push
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9.x'
- name: Install poetry
uses: abatilo/[email protected]
- name: Install dependencies
run: poetry install
- name: Run tests
run: poetry run test