We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1738d4 commit 71513b5Copy full SHA for 71513b5
1 file changed
Jenkinsfile
@@ -457,9 +457,11 @@ pipeline {
457
sh 'CUDA_VISIBLE_DEVICES="" pytest tests/nemo_text_processing/he/ -m "not pleasefixme" --cpu --tn_cache_dir ${HE_TN_CACHE}'
458
}
459
460
- stage('L1: Run all KO TN/ITN tests (restore grammars from cache)') {
+ stage('L1: Run all KO TN/ITN tests (restore grammars from cache)') {
461
steps {
462
sh 'CUDA_VISIBLE_DEVICES="" pytest tests/nemo_text_processing/ko/ -m "not pleasefixme" --cpu --tn_cache_dir ${KO_TN_CACHE}'
463
+ }
464
465
466
467
0 commit comments