Skip to content

Commit c453f9a

Browse files
authored
Merge pull request #449 from ipython/revert-448-pin-kernel-client
Revert pin down ipykernel
2 parents 87ba3a0 + 901b5bb commit c453f9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
run: |
6060
pip install --upgrade pip
6161
pip install --pre --upgrade .[test] distributed joblib codecov
62-
# FIXME: pin down ipykernel, due to breaking changes
63-
pip install 'ipykernel<6'
6462
pip install --only-binary :all: matplotlib || echo "no matplotlib"
6563
if [ "${{ matrix.tornado }}" != "" ]; then
6664
pip install tornado==${{ matrix.tornado }}

0 commit comments

Comments
 (0)