mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 03:07:32 +08:00
Add check for python path
This commit is contained in:
@@ -190,7 +190,13 @@
|
||||
]
|
||||
},
|
||||
"pipx": [
|
||||
"yamllint",
|
||||
"aws-sam-cli"
|
||||
{
|
||||
"package": "yamllint",
|
||||
"python": "default"
|
||||
},
|
||||
{
|
||||
"package": "aws-sam-cli",
|
||||
"python": "/opt/hostedtoolcache/Python/3.7*/x64/bin/python3.7"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -153,7 +153,13 @@
|
||||
]
|
||||
},
|
||||
"pipx": [
|
||||
"yamllint",
|
||||
"aws-sam-cli"
|
||||
{
|
||||
"package": "yamllint",
|
||||
"python": "default"
|
||||
},
|
||||
{
|
||||
"package": "aws-sam-cli",
|
||||
"python": "/opt/hostedtoolcache/Python/3.7*/x64/bin/python3.7"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user