mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
condition brackets
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -140,7 +140,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
|
||||||
if [ "${{ matrix.python }}" == "3.11"* ]; then
|
if [[ "${{ matrix.python }}" == "3.11"* ]]; then
|
||||||
# gevent is not actually required,
|
# gevent is not actually required,
|
||||||
# but is an install dependency of sqlalchemy.
|
# but is an install dependency of sqlalchemy.
|
||||||
# It does not yet install on 3.11
|
# It does not yet install on 3.11
|
||||||
|
Reference in New Issue
Block a user