We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eb1de commit 101c743Copy full SHA for 101c743
.github/workflows/codecov.yml
@@ -26,7 +26,7 @@ jobs:
26
echo $CONDA/bin >> $GITHUB_PATH
27
- name: Install dependencies
28
run: |
29
- python -m pip install pandas pydot Pillow
+ python -m pip install ".[all]"
30
- name: Generate coverage report and benchmark report
31
32
python -m pip install pytest pytest-cov pytest-benchmark[histogram]
0 commit comments