Skip to content

precommit

precommit #1943

Workflow file for this run

name: unit tests
on: push
jobs:
test:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2

Check failure on line 12 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: ${{ matrix.python-version }}
poetry-extras: "-E mark -E box"