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]