From 1274c10b15374c137a2f64d0e5f8483cd1246440 Mon Sep 17 00:00:00 2001 From: Oleksii Kuchaiev Date: Fri, 7 Oct 2022 17:47:40 -0700 Subject: [PATCH] fix blossom ci unittests Signed-off-by: Oleksii Kuchaiev --- ci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.groovy b/ci.groovy index 3a6a20bc3930..0ac1da90fa26 100644 --- a/ci.groovy +++ b/ci.groovy @@ -70,7 +70,7 @@ spec: stageName = 'Installation & GPU unit tests' stage(stageName) { - sh "nvidia-smi && ./reinstall.sh release && \ + sh "git config --global --add safe.directory '*' && nvidia-smi && ./reinstall.sh release && \ NEMO_NUMBA_MINVER=0.53 pytest -m 'not pleasefixme and not torch_tts'" } }