Skip to content

Bump pillow from 10.0.1 to 10.2.0 in /test (#10) #42

Bump pillow from 10.0.1 to 10.2.0 in /test (#10)

Bump pillow from 10.0.1 to 10.2.0 in /test (#10) #42

Workflow file for this run

name: Test
on: push
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- run: pip install poetry
- run: ./test/test.bash