Skip to content

Commit

Permalink
CI: add a lower pin to Bokeh to avoid pulling a too old version (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Sep 21, 2023
1 parent 0642f76 commit c7976e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
run: |
conda activate ${{ env.ENV_NAME }}
doit develop_install -o tests -o examples
- name: pin bokeh on Python 3.8
if: matrix.python-version == '3.8'
# Pin to avoid pulling an old version of Bokeh and Panel.
run: |
conda activate ${{ env.ENV_NAME }}
conda install "bokeh >=3"
- name: doit env_capture
run: |
conda activate ${{ env.ENV_NAME }}
Expand Down

0 comments on commit c7976e5

Please sign in to comment.