Skip to content

Bump sphinx-autoapi from 3.3.1 to 3.3.2 in /docs/source #579

Bump sphinx-autoapi from 3.3.1 to 3.3.2 in /docs/source

Bump sphinx-autoapi from 3.3.1 to 3.3.2 in /docs/source #579

Workflow file for this run

name: Python CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.10', '3.11', '3.12' ]
runs-on: ${{ matrix.os }}
steps:
- uses: Whist-Team/actions/setup-poetry@v2
with:
python-version: ${{ matrix.python-version }}
- name: 'unit test with pytest'
run: 'poetry run python -m pytest'