Commit 0f93616
Fix conda linux release and trigger uploading with partial wheel/conda build (meta-pytorch#323)
Summary:
Changes:
- For conda package, we need to enforce testing using cpuonly version of PyTorch, since we don't have cuda on CI machines.
- Remove all `if` condition to make sure that wheel/conda uploading happens even when a few wheels/conda packages are not built successfully.
See the failing workflow last night: https://github.com/pytorch/data/actions/runs/2034148892
Pull Request resolved: meta-pytorch#323
Reviewed By: NivekT
Differential Revision: D35114599
Pulled By: ejguan
fbshipit-source-id: 6e66dba8b368a9579b40a7d6aed87a55eaaeec5b1 parent 6165258 commit 0f93616
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
110 | | - | |
| 109 | + | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
| |||
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
163 | | - | |
164 | 162 | | |
165 | 163 | | |
166 | 164 | | |
| |||
201 | 199 | | |
202 | 200 | | |
203 | 201 | | |
204 | | - | |
| 202 | + | |
205 | 203 | | |
206 | 204 | | |
207 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments