Skip to content

Commit 6f089a8

Browse files
committed
Upgrade packages to pre-release, not their test dependencies
1 parent a1aa247 commit 6f089a8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/downstream.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ jobs:
2323
run: |
2424
pip install --upgrade pip
2525
pip install pytest pytest-asyncio
26-
pip install nbclient[test] --pre
27-
pip install ipyparallel[test] --pre
28-
pip install jupyter_client[test] --pre
26+
pip install nbclient[test]
27+
pip install --pre -U --upgrade-strategy=only-if-needed nbclient
28+
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
2932
pip install . --force-reinstall
3033
pip freeze
3134
python -c 'import ipykernel; print("ipykernel", ipykernel.__version__)'

0 commit comments

Comments
 (0)