Skip to content

Commit e0ab2a6

Browse files
committed
Install downstream packages' pre-releases
1 parent e4245dc commit e0ab2a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/downstream.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
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]
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
3131
pip install . --force-reinstall
3232
pip freeze
3333
python -c 'import jupyter_client; print("jupyter_client", jupyter_client.__version__)'

0 commit comments

Comments
 (0)