From a7d2646aa7efdb29dd34b2e09d5e4901ff078971 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Sat, 7 Oct 2023 15:47:18 +0200 Subject: [PATCH] python version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43da37f1c8..d59f5d8e16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: # python setup - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 - if: ${{ matrix.python-version }} != 2.7 + if: ${{ matrix.python-version != 2.7 }} with: python-version: ${{ matrix.python-version }}