mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
add test matrix entry for jupyter-server 1.x
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
oldest_dependencies: oldest_dependencies
|
oldest_dependencies: oldest_dependencies
|
||||||
legacy_notebook: legacy_notebook
|
legacy_notebook: legacy_notebook
|
||||||
- python: "3.8"
|
- python: "3.8"
|
||||||
legacy_notebook: legacy_notebook
|
jupyter_server: "1.*"
|
||||||
- python: "3.9"
|
- python: "3.9"
|
||||||
db: mysql
|
db: mysql
|
||||||
- python: "3.10"
|
- python: "3.10"
|
||||||
@@ -161,6 +161,9 @@ jobs:
|
|||||||
pip uninstall jupyter_server --yes
|
pip uninstall jupyter_server --yes
|
||||||
pip install 'notebook<7'
|
pip install 'notebook<7'
|
||||||
fi
|
fi
|
||||||
|
if [ "${{ matrix.jupyter_server }}" != "" ]; then
|
||||||
|
pip install "jupyter_server==${{ matrix.jupyter_server }}"
|
||||||
|
fi
|
||||||
if [ "${{ matrix.db }}" == "mysql" ]; then
|
if [ "${{ matrix.db }}" == "mysql" ]; then
|
||||||
pip install mysql-connector-python
|
pip install mysql-connector-python
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user