Skip to content

Commit 1893a6a

Browse files
committed
fix(ci): use editable install for reliable coverage tracing
1 parent a68c494 commit 1893a6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install ".[dev,image,pdf]"
26+
python -m pip install -e ".[dev,image,pdf]"
2727
2828
- name: Run tests
2929
run: |
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: |
4545
python -m pip install --upgrade pip
46-
python -m pip install ".[dev,image,pdf]"
46+
python -m pip install -e ".[dev,image,pdf]"
4747
4848
- name: Lint
4949
run: |

0 commit comments

Comments
 (0)