Skip to content

Commit 577a639

Browse files
committed
Force install jupyter_client master
1 parent 920d9e1 commit 577a639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
pip install --upgrade pip
25-
pip install .
2625
pip install pyqt5 pytest \
2726
ipykernel[test] \
2827
qtconsole[test] \
2928
nbclient[test] \
3029
nbconvert[test] \
3130
jupyter_server[test]
31+
pip install . --force-reinstall
3232
pip freeze
33+
python -c 'import jupyter_client; print("jupyter_client", jupyter_client.__version__)'
3334
3435
- name: Test ipykernel
3536
if: ${{ always() }}

0 commit comments

Comments
 (0)