mirror of
https://github.com/illian64/llm-translate.git
synced 2026-04-28 03:39:51 +00:00
Update python-app.yml
This commit is contained in:
parent
3da7ee59de
commit
4bfa519a60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue