mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
make sure pyenv is active when fixing
This commit is contained in:
parent
ff7ff5c2b9
commit
c010bb0a37
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -89,6 +89,7 @@ check: pyenv buildhash
|
|||
.PHONY: fix
|
||||
fix:
|
||||
@set -e && \
|
||||
. pyenv/bin/activate && \
|
||||
for dir in $(CHECKABLE); do \
|
||||
$(SUBMAKE) -C $$dir fix; \
|
||||
done; \
|
||||
|
|
Loading…
Reference in a new issue