Update python-app.yml

This commit is contained in:
illian64 2025-09-21 15:47:16 +07:00 committed by GitHub
parent 85a0d0b538
commit faafc8f3fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install 'blingfire == 0.1.8' 'pysbd == 0.3.4'
- name: Test with pytest
run: |
PYTHONPATH="$(pwd)"