Skip to content

Commit

Permalink
Merge pull request #369 from bertsky/master
Browse files Browse the repository at this point in the history
Revert "Only run pip check once per virtual environment"
  • Loading branch information
bertsky authored Jun 14, 2023
2 parents f8b7884 + aa83eff commit 46b1ea6
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 46b1ea6

Please sign in to comment.