Skip to content

Test with all the Pythons 🐍 #12

Test with all the Pythons 🐍

Test with all the Pythons 🐍 #12

Workflow file for this run

name: Unit tests
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-env
with:
python-version: ${{ matrix.python-version }}
- run: poetry run pytest