Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Keqi authored Apr 23, 2022
1 parent a0966f6 commit 95be28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs2/TEMPLATE/st1/st.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ if ! "${skip_eval}"; then

# Show results in Markdown syntax
scripts/utils/show_translation_result.sh --case $tgt_case "${st_exp}" > "${st_exp}"/RESULTS.md
cat "${cat_exp}"/RESULTS.md
cat "${st_exp}"/RESULTS.md
fi
else
log "Skip the evaluation stages"
Expand Down

0 comments on commit 95be28a

Please sign in to comment.