Skip to content

Commit 8073ef6

Browse files
authored
Add plotly installation to Codecov workflow
1 parent f999306 commit 8073ef6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
pip install pytest pytest-cov
18+
pip install plotly
1819
1920
- name: Run tests and generate coverage
2021
run: pytest --cov=. --cov-report=xml

0 commit comments

Comments
 (0)