py: Make repetition in ad/u/s/aem2 more explicit #3103
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Python unit tests | |
on: push | |
jobs: | |
test: | |
strategy: | |
matrix: | |
python-version: ["3.9", "3.10", "3.11", "3.12"] | |
fail-fast: false | |
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2 | |
with: | |
python-version: ${{ matrix.python-version }} | |
poetry-extras: "-E mark -E box" |