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 <etienne.bersac@dalibo.com>
This commit is contained in:
Étienne BERSAC 2023-09-12 09:35:20 +02:00 committed by Márk Sági-Kazár
parent 3f6cadcbeb
commit 94632fa21e

View file

@ -68,7 +68,7 @@ bin/golangci-lint:
.PHONY: yamllint
yamllint:
pip install --user yamllint
pip3 install --user yamllint
# Add custom targets here
-include custom.mk