Commit 4720192
authored
Fix a bug with Quick Create not installing workspace dependencies (#1054)
There are two ways user can do `Quick Create`.
1. When user goes from `Create Virtual Environment -> Quick Create`, the
workspace dependencies are installed in the newly created virtual
environment.
2. When user goes from `Create Virtual Environment -> venv -> Quick
Create`, the workspace dependencies are NOT installed in the newly
created virtual environment. This is because the packages are not
collected in the code flow. This PR adds that step back.
<img width="607" height="133" alt="image"
src="https://github.com/user-attachments/assets/a76a14e5-33da-41d8-ab01-993ff471182a"
/>1 parent bd4a014 commit 4720192
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
335 | 344 | | |
336 | | - | |
| 345 | + | |
337 | 346 | | |
338 | 347 | | |
339 | 348 | | |
| |||
0 commit comments