From 2d3cb87612afce114a1a0243883c66d6e1e76251 Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Fri, 6 Dec 2019 10:39:10 +0100 Subject: [PATCH] chore(ci): install jupyter_server master --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3bed46494..77e8480e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,6 +47,13 @@ jobs: env: PYTHON_VERSION: ${{ matrix.python-version }} + - name: Install dev/master versions + run: | + source "$CONDA/etc/profile.d/conda.sh" + conda activate voila-tests + pip uninstall jupyter_server -y + pip install git+https://github.com/jupyter/jupyter_server@master + - name: Install dependencies run: | source "$CONDA/etc/profile.d/conda.sh"