We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4245dc commit e0ab2a6Copy full SHA for e0ab2a6
.github/workflows/downstream.yml
@@ -22,12 +22,12 @@ jobs:
22
- name: Install dependencies
23
run: |
24
pip install --upgrade pip
25
- pip install pyqt5 pytest \
26
- "ipykernel[test] @ git+git://github.com/ipython/ipykernel.git@master" \
27
- qtconsole[test] \
28
- "nbclient[test] @ git+git://github.com/jupyter/nbclient.git@master" \
29
- nbconvert[test] \
30
- jupyter_server[test]
+ pip install pyqt5 pytest
+ pip install ipykernel[test] --pre
+ pip install qtconsole[test] --pre
+ pip install nbclient[test] --pre
+ pip install nbconvert[test] --pre
+ pip install jupyter_server[test] --pre
31
pip install . --force-reinstall
32
pip freeze
33
python -c 'import jupyter_client; print("jupyter_client", jupyter_client.__version__)'
0 commit comments