mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
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:
parent
45fe5da43a
commit
58fd4f9f86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user