Skip to content

Commit

Permalink
combine pip installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 22, 2024
1 parent 3a60e27 commit c544a22
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,8 @@ fi
# echo to expand wildcard before adding `[extra]` requires for pip
python -m pip install \
-v \
"$(echo ./dist/pylibwholegraph_${RAPIDS_PY_CUDA_SUFFIX}*.whl)[test]"

# install torch separately, to be sure we get a CUDA build
rapids-logger "Installing PyTorch"
python -m pip install \
--index-url "${INDEX_URL}" \
-v \
--extra-index-url "${INDEX_URL}" \
"$(echo ./dist/pylibwholegraph_${RAPIDS_PY_CUDA_SUFFIX}*.whl)[test]" \
'torch>=2.0,<2.4.0a0'

RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}
Expand Down

0 comments on commit c544a22

Please sign in to comment.