Commit 8548d21
committed
[patch] Use editable install in CI workflows
Replace `pip install .[dev]` with `pip install --editable .[dev]` in python-package.yml and python-release.yml so the CI runs tests and linters against an editable local install. This ensures source changes in the repo (src layout) are reflected without reinstalling the package during the job.1 parent 1eccd65 commit 8548d21
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments