From 90b7f4cff2d4a34e15d97fc0baa4a2ea0be94a05 Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Wed, 24 Jan 2024 17:24:33 -0800 Subject: [PATCH] More info --- ci/test_python.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test_python.sh b/ci/test_python.sh index 4bde7e47c88..c53369271fc 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -112,6 +112,7 @@ rapids-logger "pytest networkx using nx-cugraph backend" pushd python/nx-cugraph rm nx_cugraph/.coverage env +conda list ./run_nx_tests.sh # run_nx_tests.sh outputs coverage data, so check that total coverage is >0.0% # in case nx-cugraph failed to load but fallback mode allowed the run to pass.