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