Skip to content

Add Python 3.12 to GHA pytest-with-coverage workflow #44

Add Python 3.12 to GHA pytest-with-coverage workflow

Add Python 3.12 to GHA pytest-with-coverage workflow #44

name: pytest-with-coverage
on:
push:
branches: [ '*' ]
jobs:
pytest-with-coverage:
permissions:
contents: read
pull-requests: write
strategy:
fail-fast: false
matrix:
python-version: [ '3.10', '3.11', '3.12' ]
uses: UBC-MOAD/gha-workflows/.github/workflows/pytest-with-coverage.yaml@main
with:
python-version: ${{ matrix.python-version }}
conda-env-file: envs/environment-test.yaml
conda-env-name: salishsea-cmd-test