Skip to content

Add and re-organize CI recipes #13

Add and re-organize CI recipes

Add and re-organize CI recipes #13

Workflow file for this run

name: Optional
on:
push:
branches:
- main
- release
pull_request:
jobs:
tests:
name: Tests ${{ matrix.os }} py${{ matrix.python }}
strategy:
matrix:
os: ["macos-11", "windows-2019"]
python: ["3.9", "3.10", "3.11"]
tox-env: ['py39', 'py310', 'py311']
uses: ./.github/workflows/test.yml
with:
os-variant: ${{ matrix.os }}
python-version: ${{ matrix.python }}
tox-env: ${{ matrix.tox-env }}