Commit 0f3873e
Fix universal image smoke test failures: pip version and conda update (#1784)
* Initial plan
* Fix smoke test failures: update pip version check and remove unreliable conda update test
Co-authored-by: Kaniska244 <[email protected]>
* Fix pip version regex to match multi-digit versions (26.10+)
Co-authored-by: Kaniska244 <[email protected]>
* Improve pip version regex to explicitly handle semantic versioning
Co-authored-by: Kaniska244 <[email protected]>
* Use version comparison to support pip >= 26.0 (including 27.x, 28.x)
Co-authored-by: Kaniska244 <[email protected]>
* Use original minimum pip version 25.3 for >= check
Co-authored-by: Kaniska244 <[email protected]>
* Restore conda-update-conda test after devcontainer upgrade
Co-authored-by: Kaniska244 <[email protected]>
* Update devcontainer-lock.json: upgrade conda feature to v1.2.5
Co-authored-by: Kaniska244 <[email protected]>
* Specify conda-forge channel in conda update command
Co-authored-by: Kaniska244 <[email protected]>
* Remove conda-update-conda test due to tqdm dependency conflicts
Co-authored-by: Kaniska244 <[email protected]>
* Add conda-update-conda test with override-channels flag
Co-authored-by: Kaniska244 <[email protected]>
* Use defaults channel for conda update test
Co-authored-by: Kaniska244 <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: Kaniska244 <[email protected]>
Co-authored-by: Kaniska <[email protected]>1 parent 938e2a9 commit 0f3873e
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
196 | | - | |
| 197 | + | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| |||
0 commit comments