Skip to content

Build(deps): bump sphinx from 7.0.1 to 7.1.0 in /docs/source #289

Build(deps): bump sphinx from 7.0.1 to 7.1.0 in /docs/source

Build(deps): bump sphinx from 7.0.1 to 7.1.0 in /docs/source #289

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.9, '3.10', '3.11' ]
runs-on: ${{ matrix.os }}
steps:
- uses: Whist-Team/actions/setup-poetry@v2
with:
python-version: ${{ matrix.python-version }}
- name: Test with pytest & coverage
uses: Whist-Team/actions/test-cov@v2
with:
package: whist_core
token: ${{ secrets.CODECOV_TOKEN }}