Skip to content

Commit

Permalink
undo changes to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-alaiacano committed Jun 7, 2023
1 parent 1c3d84e commit 4fe07dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ deps =
pytest
pytest-cov
commands =
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/core.git
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/dataloader.git
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/models.git
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}
python -m pytest --cov-report term --cov merlin -rxs tests/unit

[testenv:test-merlin]
Expand Down

0 comments on commit 4fe07dd

Please sign in to comment.