Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jun 2, 2023
1 parent 31d6afa commit a9ec8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a9ec8d2

Please sign in to comment.