Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 035888b

Browse files
committed
Update sonarcloud workflow: install local source packages
1 parent 7d8f8a1 commit 035888b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install pytest pytest-cov
26+
- name: Install source packages
27+
run: |
28+
pip install -e .
2629
- name: Collect coverage
2730
run: |
2831
coverage run -m pytest

0 commit comments

Comments
 (0)