From 58fd4f9f86d535fe68dc5d5a3dd1edee91704aca Mon Sep 17 00:00:00 2001 From: Matt Brandt Date: Wed, 16 Oct 2019 19:51:09 +0000 Subject: [PATCH] Bug 1589194 - Win10x64 builds - pin to Python 3.7.3 r=KWierso Differential Revision: https://phabricator.services.mozilla.com/D49472 --HG-- extra : moz-landing-system : lando --- taskcluster/scripts/iris/run-iris-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/scripts/iris/run-iris-windows.sh b/taskcluster/scripts/iris/run-iris-windows.sh index eabdebdc133d..812c48b9db17 100755 --- a/taskcluster/scripts/iris/run-iris-windows.sh +++ b/taskcluster/scripts/iris/run-iris-windows.sh @@ -11,7 +11,7 @@ scoopstatus=$? # Install some packages scoop install git # Needed to update scoop and pick up newer packages -scoop install python # Worker only has 3.6.5 out of the box, we need 3.7.3+ +scoop install python@3.7.3 # Worker only has 3.6.5 out of the box, we need 3.7.3+ # Enable some extra packages to be installed scoop bucket add versions