From af31ee8c941759d08b3c20eec4931aa21a7911b1 Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 10 Aug 2022 10:28:30 +0200 Subject: [PATCH] condition brackets Co-authored-by: Erik Sundell --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1a02f03..9a1b694c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -140,7 +140,7 @@ jobs: run: | pip install --upgrade pip - if [ "${{ matrix.python }}" == "3.11"* ]; then + if [[ "${{ matrix.python }}" == "3.11"* ]]; then # gevent is not actually required, # but is an install dependency of sqlalchemy. # It does not yet install on 3.11