Skip to content

Commit

Permalink
Revert "Only run pip check once per virtual environment"
Browse files Browse the repository at this point in the history
(This change was broken: pip check did already run once per venv,
but the sub-venv is not always available, so recursion is cleaner.)

This reverts commit 572ca36.
  • Loading branch information
bertsky committed Jun 14, 2023
1 parent f8b7884 commit aa83eff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -722,10 +722,7 @@ show:
@echo OCRD_EXECUTABLES = $(OCRD_EXECUTABLES:$(BIN)/%=%)

check: $(OCRD_EXECUTABLES:%=%-check) $(OCRD_MODULES:%=%-check)
ifeq (0,$(MAKELEVEL))
. $(ACTIVATE_VENV) && pip check
. $(SUB_VENV_TF1)/bin/activate && pip check
endif
%-check: ;

.PHONY: testcuda test-cuda test-assets test-workflow
Expand Down

0 comments on commit aa83eff

Please sign in to comment.