Skip to content

Commit

Permalink
Check install examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 26, 2024
1 parent 6ab4dcb commit f7ef287
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ jobs:
run: python -m pip install "$(ls dist/*whl)[tests]"
- name: Test package
run: python -m pytest --pyargs $PACKAGE --color=yes
- name: Check install examples
run: |
holoviews --install-examples
ls holoviews-examples
pip_publish:
name: Publish PyPI
Expand Down

0 comments on commit f7ef287

Please sign in to comment.