Skip to content

Commit

Permalink
add pytorch to test environment (wholegraph does not declare a depend…
Browse files Browse the repository at this point in the history
…ency on it)
  • Loading branch information
jameslamb committed Oct 15, 2024
1 parent 8a3fda8 commit 4263e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/test_wheel_cugraph-pyg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ if [[ "${CUDA_VERSION}" == "11.8.0" ]]; then
PYTORCH_URL="https://download.pytorch.org/whl/cu118"
PYG_URL="https://data.pyg.org/whl/torch-2.3.0+cu118.html"
else
PYTORCH_URL="https://download.pytorch.org/whl/cu124"
PYG_URL="https://data.pyg.org/whl/torch-2.3.0+cu124.html"
PYTORCH_URL="https://download.pytorch.org/whl/cu121"
PYG_URL="https://data.pyg.org/whl/torch-2.3.0+cu121.html"
fi

# echo to expand wildcard before adding `[extra]` requires for pip
Expand Down
3 changes: 2 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ files:
- python_run_cugraph_pyg
- test_notebook
- test_python_common

checks:
output: none
includes:
Expand All @@ -48,6 +47,7 @@ files:
output: none
includes:
- cuda_version
- depends_on_pytorch
- py_version
- test_notebook
- test_python_common
Expand All @@ -57,6 +57,7 @@ files:
- cuda_version
- depends_on_cugraph
- depends_on_cudf
- depends_on_pytorch
- py_version
- test_python_common
py_build_cugraph_dgl:
Expand Down

0 comments on commit 4263e51

Please sign in to comment.