Skip to content

Commit 9e2e0fc

Browse files
committed
Test jupyter_client dev version
1 parent 30386da commit 9e2e0fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install .
26-
pip install pytest nbclient[test] ipyparallel[test] jupyter_client[test] pytest-asyncio
26+
pip install pytest nbclient[test] ipyparallel[test] \
27+
"jupyter_client[test] @ git+git://github.com/jupyter/jupyter_client.git@master" \
28+
pytest-asyncio
2729
pip freeze
2830
2931
- name: Run tests

0 commit comments

Comments
 (0)