Skip to content

Commit d782d21

Browse files
committed
using correct name for rapids.sh
1 parent cc9c4d1 commit d782d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/dataproc_test_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def createCluster(self,
125125

126126
for i in init_actions:
127127
if "install_gpu_driver.sh" in i or "horovod.sh" in i or \
128-
"dask-rapids.sh" in i or "mlvm.sh" in i or \
128+
"rapids.sh" in i or "mlvm.sh" in i or \
129129
"spark-rapids.sh" in i:
130130
args.append("--no-shielded-secure-boot")
131131

0 commit comments

Comments
 (0)