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 9e2e0fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ 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] ipyparallel[test] \
"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 9e2e0fc

Please sign in to comment.