Skip to content

PR Testing | main and staging #134

PR Testing | main and staging

PR Testing | main and staging #134

name: PR Testing | main and staging
on:
pull_request:
paths:
- examples/**
- src/**
- tests/**
- setup.py
branches:
- main
- staging
workflow_dispatch:
permissions:
contents: read
jobs:
full-suite:
strategy:
fail-fast: false
matrix:
version: ["3.9", "3.10", "3.11", "3.12"]
os: [windows-latest, macOS-13, macOS-latest, ubuntu-latest]
uses: ./.github/workflows/pytest.yml
with:
version: ${{ matrix.version }}
os: ${{ matrix.os }}
secrets:
coverage_token: ${{ secrets.CODECOV_TOKEN }}