Skip to content

Commit ba3bdd8

Browse files
committed
Remove debugging line
1 parent 8458680 commit ba3bdd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ ifeq (true,$(CI))
145145
# Under CI, install from the local requirements.txt, but install globally (no venv).
146146
pip ?= pip3
147147
$(LOCAL_VENV):
148-
@which $(pip)
149148
$(pip) install $(no-cache-dir) $(break-system-packages) $(foreach path,$(REQUIREMENTS_TXT),-r $(path))
150149
@touch $@
151150

0 commit comments

Comments
 (0)