Skip to content

Commit

Permalink
add torch to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Oct 14, 2024
1 parent a87bebd commit 09cc676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/test_wheel_pylibwholegraph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ rapids-retry python -m pip install \
$(echo ./dist/pylibwholegraph*.whl) \
pytest \
pytest-forked \
numpy
numpy \
'torch>=2.3.0,<2.4'

rapids-logger "pytest pylibwholegraph"
cd python/pylibwholegraph/pylibwholegraph/tests
Expand Down

0 comments on commit 09cc676

Please sign in to comment.