File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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-
2422rapids-logger " Downloading artifacts from previous jobs"
2523CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
2624PYTHON_CHANNEL=$( rapids-download-conda-from-github python)
@@ -49,7 +47,8 @@ rapids-print-env
4947
5048rapids-logger " Cloning cuopt-examples repository"
5149rm -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
5453NBTEST=" $( realpath " $( dirname " $0 " ) /utils/nbtest.sh" ) "
5554NBLIST_PATH=" $( realpath " $( dirname " $0 " ) /utils/notebook_list.py" ) "
You can’t perform that action at this time.
0 commit comments