Skip to content

Commit 3f992f2

Browse files
committed
Test released versions, not dev
1 parent a4a27b3 commit 3f992f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/downstream.yml

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

0 commit comments

Comments
 (0)