Skip to content

Merge pull request #244 from NNPDF/pre-commit-ci-update-config #1447

Merge pull request #244 from NNPDF/pre-commit-ci-update-config

Merge pull request #244 from NNPDF/pre-commit-ci-update-config #1447

Workflow file for this run

name: tests
on: push
jobs:
test:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: ${{ matrix.python-version }}
poetry-extras: "-E nnpdf"