Skip to content

Commit 82de3de

Browse files
ci: switch back to legacy building option to be able to measure C++ coverage
1 parent 50b3cea commit 82de3de

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@ jobs:
113113
- name: Install project
114114
env:
115115
CFLAGS: --coverage
116-
# Build extensions manually to allow getting C coverage data
116+
# Use legcay command to install the library to be able to measure
117+
# coverage of C++ code.
117118
run: |
118-
pip install -e .
119+
python setup.py develop
119120
- name: Test with pytest
120121
run: |
121122
pip install -r test_requirements.txt

0 commit comments

Comments
 (0)