Skip to content

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

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

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

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

Check failure on line 10 in .github/workflows/unittests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/unittests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/unittests.yml" -> "N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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"
py312:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.12"