Skip to content

Commit ff4e171

Browse files
committed
Upgrade only package, not tests
1 parent a34d28e commit ff4e171

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/downstream.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,16 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install pyqt5 pytest
26-
pip install --pre -U --upgrade-strategy=only-if-needed ipykernel[test]
27-
pip install --pre -U --upgrade-strategy=only-if-needed qtconsole[test]
28-
pip install --pre -U --upgrade-strategy=only-if-needed nbclient[test]
29-
pip install --pre -U --upgrade-strategy=only-if-needed nbconvert[test]
30-
pip install --pre -U --upgrade-strategy=only-if-needed jupyter_server[test]
26+
pip install ipykernel[test]
27+
pip install --pre -U --upgrade-strategy=only-if-needed ipykernel
28+
pip install qtconsole[test]
29+
pip install --pre -U --upgrade-strategy=only-if-needed qtconsole
30+
pip install nbclient[test]
31+
pip install --pre -U --upgrade-strategy=only-if-needed nbclient
32+
pip install nbconvert[test]
33+
pip install --pre -U --upgrade-strategy=only-if-needed nbconvert
34+
pip install jupyter_server[test]
35+
pip install --pre -U --upgrade-strategy=only-if-needed jupyter_server
3136
pip install . --force-reinstall
3237
pip freeze
3338
python -c 'import jupyter_client; print("jupyter_client", jupyter_client.__version__)'

0 commit comments

Comments
 (0)