Commit 2326a98
Swap the order of Ax and BoTorch installation in tutorials workflow (#1483)
Summary:
Without this, Ax installation step would install BoTorch from PyPI, which would ignore the `ALLOW_LATEST_GPYTORCH_LINOP` env var.
Pull Request resolved: #1483
Test Plan:
Imported from GitHub, without a `Test Plan:` line.
https://github.com/pytorch/botorch/actions/runs/3415873623/jobs/5685450129
installs dev version of linear operator, and this never gets overwritten.
Reviewed By: SebastianAment
Differential Revision: D41109511
Pulled By: saitcakmak
fbshipit-source-id: 3290a66fbdc4c980e5d0eb2fc5de8f78533013441 parent 5ab36b1 commit 2326a98
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
51 | | - | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
58 | | - | |
59 | 62 | | |
60 | 63 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| |||
0 commit comments