Skip to content

Commit

Permalink
fix blossom ci unittests
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
  • Loading branch information
okuchaiev committed Oct 8, 2022
1 parent 75d147b commit 1274c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
}
}
Expand Down

0 comments on commit 1274c10

Please sign in to comment.