Commit b3d3494
committed
setup-binary-builds: explicitly install pip in pkg-helpers conda env
Conda 25.x (pulled in by miniconda "latest") no longer installs pip by
default when only python=X.Y is requested. This breaks
pytorch_pkg_helpers setup with "No module named pip" when running
`python -m pip install ...` in the freshly-created env.
Add `pip` explicitly to the `conda create` invocation.1 parent 83b09e3 commit b3d3494
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments