Skip to content

Commit

Permalink
chore: Use pip3 explicitly to install yamllint
Browse files Browse the repository at this point in the history
Distribution stends to skip unversionned pip for compatibility issues.
Also, yamllint requires Python 3.8+.

Signed-off-by: Étienne BERSAC <etienne.bersac@dalibo.com>
  • Loading branch information
bersace authored and sagikazarmark committed Oct 6, 2023
1 parent 3f6cadc commit 94632fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94632fa

Please sign in to comment.