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'" } }