Skip to content

Commit 2ec95ab

Browse files
authored
fix unitest
1 parent 5bf26da commit 2ec95ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unitest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
touch logs/mi-test/preprocess.log
3333
python trainset_preprocess_pipeline_print.py logs/mute/0_gt_wavs 48000 8 logs/mi-test True
3434
touch logs/mi-test/extract_f0_feature.log
35-
python extract_f0_print.py logs/mi-test $(nproc) pm v1
36-
python extract_feature_print.py cpu 1 0 0 logs/mi-test
35+
python extract_f0_print.py logs/mi-test $(nproc) pm
36+
python extract_feature_print.py cpu 1 0 0 logs/mi-test v1

0 commit comments

Comments
 (0)