diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 1a77c735..acde4044 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -69,4 +69,4 @@ jobs: c/requirements.txt - name: Run tests - run: make pytest${{ ((!contains(matrix.os, 'latest') || (!contains(matrix.version, 'graalpy') || matrix.version != '3.12') && '_auto LINT=false') || '' }} + run: make pytest${{ ((!contains(matrix.os, 'latest') || (!contains(matrix.version, 'graalpy') || matrix.version != '3.12')) && '_auto LINT=false') || '' }}