Skip to content

Commit 66a863f

Browse files
author
Tom McCarthy
committed
chore: correct command to install boto3
1 parent 35fce2d commit 66a863f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amplify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ backend:
1010
- curl "https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip" -L -o "aws-sam-cli.zip"
1111
- unzip aws-sam-cli.zip -d sam-installation
1212
- ./sam-installation/install
13-
- pip install -U boto3
13+
- pip3 install -U boto3
1414
build:
1515
commands:
1616
- make backend

0 commit comments

Comments
 (0)