Skip to content

Commit 7d5ead2

Browse files
committed
fix
1 parent a63e1be commit 7d5ead2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

ci/test_wheel_cuopt.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,8 @@ export OMP_NUM_THREADS=1
7676

7777
RAPIDS_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
8080
if [[ "${RAPIDS_BUILD_TYPE}" == "nightly" ]]; then
8181
./ci/thirdparty-testing/run_jump_tests.sh
8282
./ci/thirdparty-testing/run_cvxpy_tests.sh
8383
fi
84-
85-
./ci/thirdparty-testing/run_jump_tests.sh

ci/thirdparty-testing/run_jump_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ else
6767
rapids-logger "Warning: libcuopt.so not found in root filesystem"
6868
fi
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
7373
julia --project=. -e '
7474
import Pkg;
7575
Pkg.instantiate();
@@ -78,6 +78,6 @@ try
7878
Pkg.add("Test")
7979
catch
8080
end
81-
println("Running Pkg.test() for cuOpt.jl with verbose output");
81+
println("Running Pkg.test() for cuOpt.jl");
8282
Pkg.test(; coverage=true)
8383
'

0 commit comments

Comments
 (0)