Skip to content

Commit 16ecc81

Browse files
committed
Update pytest-coverage.yml
coverage seems to fail because package is installed -e should make it so that src is still used instead of site-packages Hoping this allows coverage to work, otherwise i dont know how to test entrypoints being properly installed and ran; mock.patch wont work since that just allows us to provide data
1 parent 491f7d4 commit 16ecc81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Build & Install Repo
6666
run: |
67-
pip install ${{ inputs.setup-path }}
67+
pip install -e ${{ inputs.setup-path }}
6868
6969
- name: Run PyTest & Check Coverage
7070
run: |

0 commit comments

Comments
 (0)