From 682310f2963db7437ca721e372dee0929cc3bea6 Mon Sep 17 00:00:00 2001 From: Duc Trung LE Date: Wed, 17 Nov 2021 17:27:08 +0100 Subject: [PATCH] Pin `ipykernek` to `5.5.5` --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0109b127..a652ee610 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,6 +54,7 @@ jobs: shell: bash -l {0} run: | pip install "traitlets>=4,<5" + pip install ipykernel==5.5.5 VOILA_TEST_DEBUG=1 VOILA_TEST_XEUS_CLING=1 py.test tests/ --async-test-timeout=240 voila --help # Making sure we can run `voila --help` # tests if voila sends a 'heartbeat' to avoid proxies from closing an apparently stale connection