Skip to content

Commit

Permalink
set RAPIDS_DATASET_ROOT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 28, 2024
1 parent 2c0e654 commit e718840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/test_wheel_cugraph-dgl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ python -m pip install \
'dgl==2.4.0' \
'torch>=2.0,<2.4.0a0'

# RAPIDS_DATASET_ROOT_DIR is used by test scripts
export RAPIDS_DATASET_ROOT_DIR="$(realpath datasets)"

python -m pytest python/cugraph-dgl/cugraph_dgl/tests

0 comments on commit e718840

Please sign in to comment.