[Example] commands need to be quoted (#11224)

This commit is contained in:
Siyuan (Ryans) Zhuang
2020-10-07 19:12:42 -07:00
committed by GitHub
parent 14d8826e43
commit 47b7b76a5a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ setup_commands:
# Custom commands that will be run on the head node after common setup.
head_setup_commands:
- pip install boto3>=1.4.8 # 1.4.8 adds InstanceMarketOptions
- pip install 'boto3>=1.4.8' # 1.4.8 adds InstanceMarketOptions
# Custom commands that will be run on worker nodes after common setup.
worker_setup_commands: []
+1 -1
View File
@@ -139,7 +139,7 @@ setup_commands:
# Custom commands that will be run on the head node after common setup.
head_setup_commands:
- pip install boto3>=1.4.8 # 1.4.8 adds InstanceMarketOptions
- pip install 'boto3>=1.4.8' # 1.4.8 adds InstanceMarketOptions
# Custom commands that will be run on worker nodes after common setup.
worker_setup_commands: []