add test matrix entry for jupyter-server 1.x

This commit is contained in:
Min RK
2023-02-14 16:59:26 +01:00
parent 6ad6cf01c5
commit 09a595851e

View File

@@ -79,7 +79,7 @@ jobs:
oldest_dependencies: oldest_dependencies
legacy_notebook: legacy_notebook
- python: "3.8"
legacy_notebook: legacy_notebook
jupyter_server: "1.*"
- python: "3.9"
db: mysql
- python: "3.10"
@@ -161,6 +161,9 @@ jobs:
pip uninstall jupyter_server --yes
pip install 'notebook<7'
fi
if [ "${{ matrix.jupyter_server }}" != "" ]; then
pip install "jupyter_server==${{ matrix.jupyter_server }}"
fi
if [ "${{ matrix.db }}" == "mysql" ]; then
pip install mysql-connector-python
fi