Skip to content

Commit 3183e85

Browse files
authored
Add dask installation to Codecov workflow
1 parent 4f89f6b commit 3183e85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install -e .[tests]
30+
pip install dask
3031
- name: Generate coverage report
3132
run: |
3233
NUMBA_DISABLE_JIT=1 pytest --cov=./ --cov-report=xml --ignore ./xrspatial/tests/test_polygonize.py

0 commit comments

Comments
 (0)