Skip to content

Commit 849fec7

Browse files
committed
test with different branch
1 parent 03f9f80 commit 849fec7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/test_notebooks.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ set -euo pipefail
1919

2020
. /opt/conda/etc/profile.d/conda.sh
2121

22-
#RAPIDS_VERSION="$(rapids-version)"
23-
2422
rapids-logger "Downloading artifacts from previous jobs"
2523
CPP_CHANNEL=$(rapids-download-conda-from-github cpp)
2624
PYTHON_CHANNEL=$(rapids-download-conda-from-github python)
@@ -49,7 +47,8 @@ rapids-print-env
4947

5048
rapids-logger "Cloning cuopt-examples repository"
5149
rm -rf cuopt-examples
52-
git clone https://github.com/NVIDIA/cuopt-examples.git
50+
#git clone https://github.com/NVIDIA/cuopt-examples.git
51+
git clone -b fix_notebookS_for_nightly https://github.com/rgsl888prabhu/cuOpt-Resources.git cuopt-examples
5352

5453
NBTEST="$(realpath "$(dirname "$0")/utils/nbtest.sh")"
5554
NBLIST_PATH="$(realpath "$(dirname "$0")/utils/notebook_list.py")"

0 commit comments

Comments
 (0)