From 3c8afc3e1992e74e9b3e15dfc8049afce6ff0abf Mon Sep 17 00:00:00 2001 From: Atharva Arya Date: Sun, 24 Jul 2022 18:26:15 +0530 Subject: [PATCH] Install bokeh --- .github/workflows/bridge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bridge.yml b/.github/workflows/bridge.yml index a8163139f..470c4f8a5 100644 --- a/.github/workflows/bridge.yml +++ b/.github/workflows/bridge.yml @@ -145,6 +145,9 @@ jobs: run: mamba update -n tardis --file conda-${{ matrix.label }}.lock if: steps.cache-conda.outputs.cache-hit != 'true' + - name: Install bokeh + run: mamba install bokeh=2.2 --channel conda-forge --no-update-deps --yes + - name: Install package run: pip install -e .