We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1aa247 commit 6f089a8Copy full SHA for 6f089a8
.github/workflows/downstream.yml
@@ -23,9 +23,12 @@ jobs:
23
run: |
24
pip install --upgrade pip
25
pip install pytest pytest-asyncio
26
- pip install nbclient[test] --pre
27
- pip install ipyparallel[test] --pre
28
- pip install jupyter_client[test] --pre
+ pip install nbclient[test]
+ pip install --pre -U --upgrade-strategy=only-if-needed nbclient
+ pip install ipyparallel[test]
29
+ pip install --pre -U --upgrade-strategy=only-if-needed ipyparallel
30
+ pip install jupyter_client[test]
31
+ pip install --pre -U --upgrade-strategy=only-if-needed jupyter_client
32
pip install . --force-reinstall
33
pip freeze
34
python -c 'import ipykernel; print("ipykernel", ipykernel.__version__)'
0 commit comments