Skip to content

chore(deps): bump pillow from 10.0.0 to 10.2.0 in /docs #77

chore(deps): bump pillow from 10.0.0 to 10.2.0 in /docs

chore(deps): bump pillow from 10.0.0 to 10.2.0 in /docs #77

Workflow file for this run

name: Build
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.10" ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Requirements
working-directory: src/python
run: pip install .[dev]
- name: Run tests
working-directory: src/python
run: pytest pose_format