Skip to content

Commit

Permalink
fix test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 16, 2024
1 parent 87a840f commit 08c4079
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/run_cugraph_dgl_pytests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
set -euo pipefail

# Support invoking run_cugraph_dgl_pytests.sh outside the script directory
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cugraph-dgl/tests
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cugraph-dgl/cugraph_dgl

pytest --cache-clear --ignore=mg "$@" .
8 changes: 4 additions & 4 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ if [[ "${RUNNER_ARCH}" != "ARM64" ]]; then
"pylibcugraphops=${RAPIDS_VERSION}" \
"cugraph=${RAPIDS_VERSION}" \
"cugraph-pyg=${RAPIDS_VERSION}" \
"pytorch::pytorch>=2.3,<2.4" \
"ogb"
'pytorch::pytorch>=2.3,<2.4' \
'ogb'

rapids-print-env

Expand Down Expand Up @@ -147,8 +147,8 @@ if [[ "${RUNNER_ARCH}" != "ARM64" ]]; then
--channel pytorch \
'mkl<2024.1.0' \
"pylibwholegraph=${RAPIDS_VERSION}" \
"pytorch::pytorch>=2.3,<2.4" \
"ogb"
'pytorch::pytorch>=2.3,<2.4' \
'ogb'

rapids-print-env

Expand Down
2 changes: 1 addition & 1 deletion ci/test_wheel_cugraph-dgl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ python -m pip install \
'dgl==2.4.0' \
'torch>=2.3.0,<2.4'

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

0 comments on commit 08c4079

Please sign in to comment.