Skip to content

Merge branch 'develop' into chore/python-support-format #81

Merge branch 'develop' into chore/python-support-format

Merge branch 'develop' into chore/python-support-format #81

Workflow file for this run

name: PR Tests
# we don't ignore markdkowns to run pre-commits
on:
push:
paths-ignore:
- ".github/workflows/**"
jobs:
call-tests:
strategy:
matrix:
os: [Ubuntu]
python-version: ["3.9", "3.10", "3.11"]
include:
- os: Ubuntu
image: ubuntu-latest
fail-fast: false
uses: ./.github/workflows/_test.yml
with:
os: ${{ matrix.os }}
image: ${{ matrix.image }}
python-version: ${{ matrix.python-version }}