crosvm/ci/kokoro/windows
Daniel Verkamp 5b0f6aaaae ci: only install Python once in Windows setup script
Previously, the script would install the python package without a
version specifier, then attempt to install a specific version (3.9.0),
but this would fail because the first step installed a newer Python
version:

  A newer version of python (v3.10.4) is already installed.

  Use --allow-downgrade or --force to attempt to install older versions,
  or use side by side to allow multiple versions.

  Chocolatey installed 0/1 packages. 1 packages failed.

Remove the first unversioned step so we always get the requested version
of Python only.

BUG=None
TEST=kokoro CI

Change-Id: I95b224926ee9ebcaacdb7d6c2716381a46ec467c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3657850
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2022-05-20 22:37:12 +00:00
..
common.cfg Add kokoro build config file and helper script 2022-02-01 07:56:02 +00:00
continuous-windows.cfg Rename files to match job config files 2022-02-02 00:00:38 +00:00
crosvm_build.bat ci: only install Python once in Windows setup script 2022-05-20 22:37:12 +00:00
presubmit-windows.cfg Rename files to match job config files 2022-02-02 00:00:38 +00:00