Skip to content

Commit 8147d88

Browse files
committed
Collect coverage on all test jobs
1 parent 3416dd2 commit 8147d88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
- name: Install numcodecs
108108
run: |
109109
if [[ -n "${{ matrix.extras }}" ]]; then
110-
python -m pip install -v ".[${{ matrix.extras }},test]"
110+
python -m pip install -v -e ".[${{ matrix.extras }},test]"
111111
else
112-
python -m pip install -v ".[test]"
112+
python -m pip install -v -e ".[test]"
113113
fi
114114
115115
- name: List installed packages
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Install numcodecs and Zarr
162162
run: |
163-
python -m pip install -v ".[test,test_extras]"
163+
python -m pip install -v -e ".[test,test_extras]"
164164
python -m pip install "${{ matrix.zarr-pkg }}" crc32c
165165
166166
- name: List installed packages

0 commit comments

Comments
 (0)