From a9ec8d2b196368d62f2836bf567afa4662653a96 Mon Sep 17 00:00:00 2001 From: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com> Date: Fri, 2 Jun 2023 18:03:51 +0100 Subject: [PATCH] remove trailing slash --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fce6923e6d..aac818206b 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = git+https://github.com/NVIDIA-Merlin/core.git@{env:MERLIN_BRANCH:main} \ git+https://github.com/NVIDIA-Merlin/dataloader.git@{env:MERLIN_BRANCH:main} \ git+https://github.com/NVIDIA-Merlin/models.git@{env:MERLIN_BRANCH:main} \ - git+https://github.com/NVIDIA-Merlin/core.git@{env:MERLIN_BRANCH:main} \ + git+https://github.com/NVIDIA-Merlin/core.git@{env:MERLIN_BRANCH:main} python -m pytest --cov-report term --cov merlin -rxs tests/unit [testenv:test-merlin]