mirror of
https://github.com/spf13/viper
synced 2024-12-22 03:27:03 +00:00
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:
parent
3f6cadcbeb
commit
94632fa21e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -68,7 +68,7 @@ bin/golangci-lint:
|
||||||
|
|
||||||
.PHONY: yamllint
|
.PHONY: yamllint
|
||||||
yamllint:
|
yamllint:
|
||||||
pip install --user yamllint
|
pip3 install --user yamllint
|
||||||
|
|
||||||
# Add custom targets here
|
# Add custom targets here
|
||||||
-include custom.mk
|
-include custom.mk
|
||||||
|
|
Loading…
Reference in a new issue