Skip to content

Commit 879320b

Browse files
authored
Update code_coverage.yml
1 parent 4ec6097 commit 879320b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
submodules: recursive
3232
- name: Install BiFuncLib & dependencies
3333
run: |
34-
pip install .
34+
pip install -e
3535
- name: BiFuncLib coverage report
3636
run: |
3737
pip install pytest

0 commit comments

Comments
 (0)