Skip to content

Commit

Permalink
Test jupyter_client dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jul 13, 2021
1 parent 30386da commit 27a2082
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
run: |
pip install --upgrade pip
pip install .
pip install pytest nbclient[test] ipyparallel[test] jupyter_client[test] pytest-asyncio
pip install pytest "nbclient[test] @ git+git://github.com/jupyter/nbclient.git@master" \
"ipyparallel[test] @ git+git://github.com/ipython/ipyparallel.git@main" \
"jupyter_client[test] @ git+git://github.com/jupyter/jupyter_client.git@master" \
pytest-asyncio
pip freeze
- name: Run tests
Expand Down

0 comments on commit 27a2082

Please sign in to comment.