Skip to content

Commit 901b5bb

Browse files
committed
Revert "REVERT ME: pin down ipykernel"
1 parent 87ba3a0 commit 901b5bb

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)