Update python-app.yml

This commit is contained in:
illian64 2025-09-21 15:51:20 +07:00 committed by GitHub
parent 5f72221e7e
commit e3fb91828b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install 'blingfire == 0.1.8' 'pysbd == 0.3.4' 'numpy == 2.1.2' 'pydantic == 2.11.4'
pip install 'blingfire == 0.1.8' 'pysbd == 0.3.4' 'numpy == 2.1.2' 'pydantic == 2.11.4' 'chardet == 5.2.0' 'pyway == 0.3.32'
- name: Test with pytest
run: |
PYTHONPATH="$(pwd)"