condition brackets

Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
This commit is contained in:
Min RK
2022-08-10 10:28:30 +02:00
committed by GitHub
parent 26a9883b93
commit af31ee8c94

View File

@@ -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