Skip to content

Commit

Permalink
Update test_integration_espnet2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kamo-naoyuki committed Mar 6, 2023
1 parent 45a68ed commit c3a4b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_integration_espnet2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cwd=$(pwd)
gen_dummy_coverage(){
# To avoid a problem when parallel running for `coverage run`.
# Please put this command after cd ./egs2/foo/bar
touch empty.py; ${python} empty.py; rm empty.py
touch empty.py; ${python} empty.py
}

#### Make sure chainer-independent ####
Expand Down

0 comments on commit c3a4b96

Please sign in to comment.