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+.
  • Loading branch information
bersace committed Sep 12, 2023
1 parent 4c330fe commit 83f8eb7
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 83f8eb7

Please sign in to comment.