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
- " 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"
25
+ pip install pyqt5 pytest
26
+ pip install --pre -U --upgrade-strategy=only-if-needed ipykernel[test]
27
+ pip install --pre -U --upgrade-strategy=only-if-needed qtconsole[test]
28
+ pip install --pre -U --upgrade-strategy=only-if-needed nbclient[test]
29
+ pip install --pre -U --upgrade-strategy=only-if-needed nbconvert[test]
30
+ pip install --pre -U --upgrade-strategy=only-if-needed jupyter_server[test]
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