Skip to content

Commit

Permalink
Install systems for testing notebooks (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv authored Dec 27, 2022
1 parent 844b7a0 commit 05ce174
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/systems.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
merlin-systems
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-r dev.txt
-r pytorch.txt
-r systems.txt

pytest>=5
pytest-cov>=2
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ commands =
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/NVTabular.git@{posargs:main}
python -m pip install --upgrade git+https://github.com/NVIDIA-Merlin/systems.git@{posargs:main}

[testenv:test-cpu]
; Runs in: Github Actions
Expand Down

0 comments on commit 05ce174

Please sign in to comment.