.github: Remove windows dependency installs (#59283)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/59283
We were observing 403s when attempting to install dependencies from
chocolatey leading us to believe that we were getting rate limited from
chocolatey.
We've instead opted to install our dependencies in our base AMIs instead
considering we would install them on every workflow anyway. This also
comes with the moving of the windows 10 sdk installation to the base sdk
as well since we were observing failures there as well due to failed
dependency installations.
Also moves windows 10 sdk installations to our visual studio installation script, which is activated by an passing an environment variable
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
Test Plan: Imported from OSS
Reviewed By: janeyx99
Differential Revision: D28822962
Pulled By: seemethere
fbshipit-source-id: b5e35ffe4537db55deb027376bd2d418683707a5