Skip to content

Commit

Permalink
CI: Add hvplot
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed Apr 21, 2024
1 parent 172b28d commit d4f247d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install Packages
run : |
pip install --upgrade aiohttp nbformat panflute pyyaml rich typer pyzotero
pip install --upgrade pytest-cov matplotlib cairosvg seaborn
pip install --upgrade pytest-cov matplotlib cairosvg seaborn hvplot
pip install -e .
- name: Run test
run: pytest --capture=fd
Expand Down

0 comments on commit d4f247d

Please sign in to comment.