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 87ba3a0 commit 901b5bbCopy full SHA for 901b5bb
.github/workflows/test.yml
@@ -59,8 +59,6 @@ jobs:
59
run: |
60
pip install --upgrade pip
61
pip install --pre --upgrade .[test] distributed joblib codecov
62
- # FIXME: pin down ipykernel, due to breaking changes
63
- pip install 'ipykernel<6'
64
pip install --only-binary :all: matplotlib || echo "no matplotlib"
65
if [ "${{ matrix.tornado }}" != "" ]; then
66
pip install tornado==${{ matrix.tornado }}
0 commit comments