Rework pipx toolset

This commit is contained in:
Vladimir Safonkin
2020-10-05 15:01:46 +03:00
parent d26db64941
commit 8750bf4011
3 changed files with 9 additions and 10 deletions

View File

@@ -192,12 +192,11 @@
"pipx": [
{
"package": "yamllint",
"python": "default",
"cmd": "yamllint"
},
{
"package": "aws-sam-cli",
"python": "/opt/hostedtoolcache/Python/3.7*/x64/bin/python3.7",
"python": "3.7",
"cmd": "sam"
}
]

View File

@@ -155,12 +155,11 @@
"pipx": [
{
"package": "yamllint",
"python": "default",
"cmd": "yamllint"
},
{
"package": "aws-sam-cli",
"python": "/opt/hostedtoolcache/Python/3.7*/x64/bin/python3.7",
"python": "3.7",
"cmd": "sam"
}
]