From f11fafa41d33da79d2c5d2ed16ecb342d7ed1213 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Wed, 26 Jun 2024 21:09:25 -0500 Subject: [PATCH] syntax error --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') || '' }}