Skip to content

Commit fa02c50

Browse files
committed
Install main branch of ipyparallel
1 parent 749e144 commit fa02c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install .
26-
pip install pytest nbclient[test] ipyparallel[test]
26+
pip install pytest nbclient[test] "ipyparallel[test] @ git+git://github.com/ipython/ipyparallel.git@main"
2727
pip freeze
2828
2929
- name: Run tests

0 commit comments

Comments
 (0)