We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f999306 commit 8073ef6Copy full SHA for 8073ef6
1 file changed
.github/workflows/codecov.yml
@@ -15,6 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: |
17
pip install pytest pytest-cov
18
+ pip install plotly
19
20
- name: Run tests and generate coverage
21
run: pytest --cov=. --cov-report=xml
0 commit comments