Commit 017f0cc
authored
Updates conda versioning to install correct dependencies, changes CI script to better track deps from individual build installs (#3066)
* Updates versioning in conda recipes so the correct dependencies are installed, specifically UCX-Py and CTK. These were causing CI to fall back to installs from the nightly channel instead of the packages built from the PR sources, since the older nightlies were the only ones compatible. This also resulted in the wrong CTK version to be installed in some cases.
* Changes CI script to install each built package individually so log output shows the deps installed for each one. If all packages are installed in one install line, developers debugging CI can't tell which packages caused certain dependencies to be installed.
Authors:
- Seunghwa Kang (https://github.com/seunghwak)
- Rick Ratzel (https://github.com/rlratzel)
Approvers:
- Bradley Dice (https://github.com/bdice)
- Ray Douglass (https://github.com/raydouglass)
URL: #30661 parent c745570 commit 017f0cc
3 files changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
140 | 150 | | |
141 | 151 | | |
142 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments