mirror of
https://github.com/actions/runner-images.git
synced 2026-01-07 18:58:13 +08:00
Rework pipx toolset
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user