File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ echo "Ran Python pytest for pylibcugraph : return code was: $?, test script exit
9292echo " Python pytest for cuGraph (single-GPU only)..."
9393cd ${CUGRAPH_ROOT} /python/cugraph/cugraph
9494# rmat is not tested because of MG testing
95- pytest --cache-clear --junitxml=${CUGRAPH_ROOT} /junit-cugraph-pytests.xml -v --cov-config=.coveragerc --cov=cugraph --cov-report=xml:${WORKSPACE} /python/cugraph/cugraph-coverage.xml --cov-report term -k " not mg and not rmat " --benchmark-disable
95+ pytest --cache-clear --junitxml=${CUGRAPH_ROOT} /junit-cugraph-pytests.xml -v --cov-config=.coveragerc --cov=cugraph --cov-report=xml:${WORKSPACE} /python/cugraph/cugraph-coverage.xml --cov-report term --ignore=raft --ignore=tests/ mg --ignore=tests/generators --benchmark-disable
9696echo " Ran Python pytest for cugraph : return code was: $? , test script exit code is now: $EXITCODE "
9797
9898echo " Python benchmarks for cuGraph (running as tests)..."
You can’t perform that action at this time.
0 commit comments