Commit a7763c4
committed
build: Install local editable after installing requirements.
I would add the local project to dev.in but that results in the compiled
output including a fully qualified path to my local version of the
project right now which is not helpful.
Adding `-e .` to `dev.in` puts a `-e file://my/local/path/to/sample-plugin`
in the dev.txt file which is not helpful.1 parent 3f333db commit a7763c4
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments