diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f60e891..645c714d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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