Commit 139d558
Proper fix for graphviz (meta-pytorch#943)
Summary:
Third PR to figure out how to generate images by graphviz within spinx
- Step 1 Add a debug workflow to figure out the proper solution
- Shown no warning about missing `dot` command (https://github.com/pytorch/data/actions/runs/3897152397/jobs/6654521346#step:6:399)
- Step 2 remove debug workflow and add `apt-get install graphviz` to make sure the CI machine has `graphviz` and `dot` installed and exposed to cml.
Pull Request resolved: meta-pytorch#943
Reviewed By: wenleix, NivekT
Differential Revision: D42463417
Pulled By: ejguan
fbshipit-source-id: f7e3019ba8d86c85e15330c10dd2b6e4362f6c3b1 parent e9ee0f5 commit 139d558
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| 490 | + | |
490 | 491 | | |
491 | 492 | | |
492 | 493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
0 commit comments