pip without sudo

This commit is contained in:
Jawad Seddar 2022-10-12 10:39:58 +02:00
parent 70252604d1
commit 9fe2766ac2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: install yamllint
command: sudo pip install yamllint
command: pip install yamllint
- run:
name: lint yml
command: yamllint .