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 <[email protected]>
  • Loading branch information
bersace committed Sep 12, 2023
1 parent c7f3bb3 commit 87b8a52
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 87b8a52

Please sign in to comment.