Skip to content

Commit

Permalink
Install bokeh
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 24, 2022
1 parent 9d105e3 commit 3c8afc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit 3c8afc3

Please sign in to comment.