File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,8 @@ export OMP_NUM_THREADS=1
7676
7777RAPIDS_DATASET_ROOT_DIR=./datasets timeout 30m python -m pytest --verbose --capture=no ./python/cuopt/cuopt/tests/
7878
79- # run jump tests and cvxpy integration tests for only nightly builds
79+ # run thirdparty integration tests for only nightly builds
8080if [[ " ${RAPIDS_BUILD_TYPE} " == " nightly" ]]; then
8181 ./ci/thirdparty-testing/run_jump_tests.sh
8282 ./ci/thirdparty-testing/run_cvxpy_tests.sh
8383fi
84-
85- ./ci/thirdparty-testing/run_jump_tests.sh
Original file line number Diff line number Diff line change 6767 rapids-logger " Warning: libcuopt.so not found in root filesystem"
6868fi
6969
70- rapids-logger " Running Julia tests for cuOpt.jl (test_air05 excluded via patching) "
70+ rapids-logger " Running Julia tests for cuOpt.jl"
7171
72- # use Julia to instantiate and run tests for the package with verbose output
72+ # use Julia to instantiate and run tests for the package
7373julia --project=. -e '
7474import Pkg;
7575Pkg.instantiate();
7878 Pkg.add("Test")
7979catch
8080end
81- println("Running Pkg.test() for cuOpt.jl with verbose output ");
81+ println("Running Pkg.test() for cuOpt.jl");
8282Pkg.test(; coverage=true)
8383'
You can’t perform that action at this time.
0 commit comments