From b586a2f41d1a1635ae5088c39649400c50b57cf8 Mon Sep 17 00:00:00 2001 From: Oliver Holworthy Date: Fri, 9 Dec 2022 11:28:27 +0000 Subject: [PATCH] Remove echo from command in tox.ini --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4fa66330be1..811c7ccd621 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,6 @@ commands = ; change the tensorflow dependency to `tensorflow-macos` in requirements/test-cpu.txt. deps = -rrequirements/test.txt commands = - echo {posargs:main} python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/core.git@{posargs:main} python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/dataloader.git@{posargs:main} python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/models.git@{posargs:main}