Skip to content

Commit 94632fa

Browse files
bersacesagikazarmark
authored andcommitted
chore: Use pip3 explicitly to install yamllint
Distribution stends to skip unversionned pip for compatibility issues. Also, yamllint requires Python 3.8+. Signed-off-by: Étienne BERSAC <[email protected]>
1 parent 3f6cadc commit 94632fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ bin/golangci-lint:
6868

6969
.PHONY: yamllint
7070
yamllint:
71-
pip install --user yamllint
71+
pip3 install --user yamllint
7272

7373
# Add custom targets here
7474
-include custom.mk

0 commit comments

Comments
 (0)