diff --git a/appveyor-windows.yml b/appveyor-windows.yml index aa4e99a270..8f54e3dacb 100644 --- a/appveyor-windows.yml +++ b/appveyor-windows.yml @@ -66,6 +66,9 @@ install: # Actually install SAM CLI's dependencies - "pip install -e \".[dev]\"" + # Install aws cli + - "pip install awscli" + # Switch to Docker Linux containers - ps: Switch-DockerLinux