Update python-app.yml

This commit is contained in:
illian64 2025-09-21 15:49:26 +07:00 committed by GitHub
parent 3da7ee59de
commit 4bfa519a60
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'
pip install 'blingfire == 0.1.8' 'pysbd == 0.3.4' 'numpy == 2.1.2' 'pydantic == 2.1.4'
- name: Test with pytest
run: |
PYTHONPATH="$(pwd)"