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
This commit is contained in:
Matt Brandt 2019-10-16 19:51:09 +00:00
parent 45fe5da43a
commit 58fd4f9f86

View File

@ -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