Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
--extra-index-url, not --index-url
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 17, 2024
1 parent 52959a7 commit dbd31bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
# echo to expand wildcard before adding `[extra]` requires for pip
python -m pip install \
-v \
--index-url "${INDEX_URL}" \
--extra-index-url "${INDEX_URL}" \
"$(echo ./dist/pylibwholegraph_${RAPIDS_PY_CUDA_SUFFIX}*.whl)[test]" \
'torch>=2.0,<2.4.0a0'

Expand Down

0 comments on commit dbd31bf

Please sign in to comment.