File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 37
37
strategy :
38
38
fail-fast : false
39
39
matrix :
40
- jupyterlab-version : ["2", "3"]
41
40
python-version : ["3.8", "3.11"]
41
+ jupyter_server-version : ["1", "2"]
42
+ jupyterlab-version : ["2", "3"]
42
43
jupyter-app : [notebook, lab]
43
44
44
45
steps :
69
70
#
70
71
# Pytest options are set in tests/pytest.ini.
71
72
run : |
72
- pip install -vv $(ls ./dist/jupyter_server_proxy-*.whl)\[acceptance\] 'jupyterlab~=${{ matrix.jupyterlab-version }}.0'
73
+ pip install -vv $(ls ./dist/jupyter_server_proxy-*.whl)\[acceptance\] 'jupyterlab~=${{ matrix.jupyterlab-version }}.0' 'jupyter_server~=${{ matrix.jupyter_server-version }}.0'
73
74
74
75
- name : List Python packages
75
76
run : |
@@ -117,7 +118,7 @@ jobs:
117
118
# we have conditionally disabled this basic check is to avoid issues in
118
119
# jupyterlab.browser_check with jupyterlab 2 and jupyter_server 2+.
119
120
#
120
- if : matrix.jupyterlab-version != '2'
121
+ if : ${{ !( matrix.jupyterlab-version == '2' && matrix.jupyter_server-version != '1') }}
121
122
run : |
122
123
jupyter labextension list
123
124
jupyter labextension list 2>&1 | grep -iE '@jupyterhub/jupyter-server-proxy.*OK.*'
You can’t perform that action at this time.
0 commit comments