Skip to content

Merge pull request #41 from N3PDF/pre-commit-ci-update-config #408

Merge pull request #41 from N3PDF/pre-commit-ci-update-config

Merge pull request #41 from N3PDF/pre-commit-ci-update-config #408

Workflow file for this run

name: unit tests
on:
push:
branches-ignore:
- "*docs*"
jobs:
py38:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.8"
py39:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.9"
py310:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.10"
py311:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.11"