Skip to content

fix: change TOML config file to use MD #125

fix: change TOML config file to use MD

fix: change TOML config file to use MD #125

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: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@7952e59342a8c8d1c8ad833121049bac58277167
with:
version: ${{ matrix.version }}
os: ${{ matrix.os }}
secrets:
coverage_token: ${{ secrets.CODECOV_TOKEN }}