Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information