Minor fix

This commit is contained in:
Vladimir Safonkin
2020-10-02 12:58:12 +03:00
parent 6d325ba398
commit 3203e15121

View File

@@ -18,7 +18,7 @@ fi
echo "yamllint is successfully installed"
# Install aws sam cli
pipx install aws-sam-cli --python /opt/hostedtoolcache/Python/3.7.9/x64/bin/python3.7
pipx install aws-sam-cli --python /opt/hostedtoolcache/Python/3.7*/x64/bin/python3.7
if ! command -v sam; then
echo "aws sam cli was not installed"