Skip to content

Bump pillow from 9.3.0 to 10.3.0 in /docs #48

Bump pillow from 9.3.0 to 10.3.0 in /docs

Bump pillow from 9.3.0 to 10.3.0 in /docs #48

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
Linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -e .[advanced,dev]
- name: Test with pytest
run: |
pytest pynumdiff