mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +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: |
|
||||
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
|
||||
|
Reference in New Issue
Block a user