Skip to content

Commit e4245dc

Browse files
committed
Install ipykernel and nbclient master
1 parent 577a639 commit e4245dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install pyqt5 pytest \
26-
ipykernel[test] \
26+
"ipykernel[test] @ git+git://github.com/ipython/ipykernel.git@master" \
2727
qtconsole[test] \
28-
nbclient[test] \
28+
"nbclient[test] @ git+git://github.com/jupyter/nbclient.git@master" \
2929
nbconvert[test] \
3030
jupyter_server[test]
3131
pip install . --force-reinstall

0 commit comments

Comments
 (0)