Skip to content

fix modes for singlet QED and use == in if statements #3045

fix modes for singlet QED and use == in if statements

fix modes for singlet QED and use == in if statements #3045

Workflow file for this run

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"