Skip to content

Commit

Permalink
Add dev install of holoviews back again
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 4, 2024
1 parent 77aa315 commit d15f3f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ jobs:
- name: install with geo
if: matrix.python-version != '3.8' || !contains(fromJSON('["ubuntu-latest", "windows-latest"]'), matrix.os)
run: pip install -ve '.[tests, examples-tests, geo, hvdev, hvdev-geo]'
- name: install branch holoviews branch pandas_index_support
if: matrix.python-version != '3.8'
run: |
python -m pip uninstall holoviews -y
python -m pip install git+https://github.com/holoviz/holoviews.git@pandas_index_support
- name: pip list
run: pip list
- name: bokeh sampledata
Expand Down

0 comments on commit d15f3f9

Please sign in to comment.