Update llm-ppl-evaluation.yml -- Update llm-ppl-evaluation.yml -- Update HTML file: change from ppl/update_in_parent_folder into harness/update_in_parent_folder

ppl test and harness test are using the same update_in_parent_folder file. To reduce the repetition, change the ppl update HTML file to the same one under the harness folder and delete the HTML file under the ppl folder.
This commit is contained in:
Wenjing Margaret Mao 2024-04-11 07:15:18 +08:00 committed by GitHub
parent 7c43ac0164
commit 50dfcaa8fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -275,5 +275,5 @@ jobs:
run: |
python ppl_csv_to_html.py -f $ACC_FOLDER
if ${{github.event_name == 'schedule'}}; then
python update_html_in_parent_folder.py -f $ACC_FOLDER
fi
python ../harness/update_html_in_parent_folder.py -f $ACC_FOLDER
fi