You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
provision-instance: remove dependency on PyYAML from pip
This isn't a built-in Python 3 module. It is an optional package
from pip, which this script doesn't locally install or provision.
```
$ bin/provision-instance.sh gruntjs-03.stage.ops.jquery.net staging
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'yaml'
```
Follows-up e037d5e.
0 commit comments