mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Add pipx_bin to path for pipx packages
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
## Desc: Install tools via pipx
|
## Desc: Install tools via pipx
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
# Add pipx_bin to path
|
||||||
|
export PATH="$PATH:/opt/pipx_bin"
|
||||||
|
|
||||||
# Install yamlint
|
# Install yamlint
|
||||||
pipx install yamllint
|
pipx install yamllint
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user