Commit be655f6
authored
Add skip_pip_install to build.py (microsoft#25982)
### Description
<!-- Describe your changes. -->
- Introduce a new command-line flag `--skip_pip_install`, similar to the
existing `--skip_submodule_sync`, to allow users to prevent `build.py`
from modifying their current Python environment.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
- This is useful for scenarios where dependencies are already managed
externally or when users want to avoid unintended changes during the
build process.1 parent 4cb138a commit be655f6
2 files changed
+24
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1738 | 1738 | | |
1739 | 1739 | | |
1740 | 1740 | | |
1741 | | - | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
1742 | 1747 | | |
1743 | 1748 | | |
1744 | 1749 | | |
| |||
1822 | 1827 | | |
1823 | 1828 | | |
1824 | 1829 | | |
1825 | | - | |
1826 | | - | |
1827 | | - | |
1828 | | - | |
1829 | | - | |
1830 | | - | |
1831 | | - | |
1832 | | - | |
1833 | | - | |
1834 | | - | |
1835 | | - | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
| 1834 | + | |
| 1835 | + | |
| 1836 | + | |
| 1837 | + | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
| 1841 | + | |
1836 | 1842 | | |
1837 | | - | |
1838 | | - | |
1839 | | - | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
1840 | 1847 | | |
1841 | 1848 | | |
1842 | 1849 | | |
| |||
2524 | 2531 | | |
2525 | 2532 | | |
2526 | 2533 | | |
2527 | | - | |
| 2534 | + | |
2528 | 2535 | | |
2529 | 2536 | | |
2530 | 2537 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
0 commit comments