File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
- name : Install dependencies
23
23
run : |
24
24
pip install --upgrade pip
25
- pip install pyqt5 pytest
26
- pip install ipykernel[test] --pre
27
- pip install qtconsole[test] --pre
28
- pip install nbclient[test] --pre
29
- pip install nbconvert[test] --pre
30
- pip install jupyter_server[test] --pre
25
+ pip install pyqt5 pytest \
26
+ "ipykernel[test] @ git+git://github.com/ipython/ipykernel.git@master" \
27
+ "qtconsole[test] @ git+git://github.com/jupyter/qtconsole.git@master" \
28
+ "nbclient[test] @ git+git://github.com/jupyter/nbclient.git@master" \
29
+ "nbconvert[test] @ git+git://github.com/jupyter/nbconvert.git@main" \
30
+ " jupyter_server[test] @ git+git://github.com/jupyter-server/jupyter_server.git@master"
31
31
pip install . --force-reinstall
32
32
pip freeze
33
33
python -c 'import jupyter_client; print("jupyter_client", jupyter_client.__version__)'
You can’t perform that action at this time.
0 commit comments