Skip to content

Commit 101c743

Browse files
committed
ci: install requirement
1 parent b4eb1de commit 101c743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo $CONDA/bin >> $GITHUB_PATH
2727
- name: Install dependencies
2828
run: |
29-
python -m pip install pandas pydot Pillow
29+
python -m pip install ".[all]"
3030
- name: Generate coverage report and benchmark report
3131
run: |
3232
python -m pip install pytest pytest-cov pytest-benchmark[histogram]

0 commit comments

Comments
 (0)