Skip to content

Commit

Permalink
Force install jupyter_client master
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Aug 9, 2021
1 parent 920d9e1 commit 577a639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install .
pip install pyqt5 pytest \
ipykernel[test] \
qtconsole[test] \
nbclient[test] \
nbconvert[test] \
jupyter_server[test]
pip install . --force-reinstall
pip freeze
python -c 'import jupyter_client; print("jupyter_client", jupyter_client.__version__)'
- name: Test ipykernel
if: ${{ always() }}
Expand Down

0 comments on commit 577a639

Please sign in to comment.