Skip to content

Commit ff18c5c

Browse files
Update ci/test_conda.sh
Co-authored-by: Graham Markall <[email protected]>
1 parent dc20cce commit ff18c5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/test_conda.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ set +e
5151

5252
if [ "$USE_PYNVJITLINK" == true ]; then
5353
rapids-logger "Install pynvjitlink"
54+
set +u
5455
conda install -c rapidsai pynvjitlink
56+
set -u
5557
fi
5658

5759
rapids-logger "Run Tests"

0 commit comments

Comments
 (0)