mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
add the pytests
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
parent
fe817b11d7
commit
f5eb49a811
7
.github/workflows/checks.yml
vendored
7
.github/workflows/checks.yml
vendored
@ -14,3 +14,10 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Run styling check
|
||||
run: poetry run pre-commit run --all-files
|
||||
- name: Install with poetry
|
||||
run: poetry install --all-extras
|
||||
- name: Testing
|
||||
run: |
|
||||
poetry run pytest -v tests
|
||||
- name: Build with poetry
|
||||
run: poetry build
|
Loading…
Reference in New Issue
Block a user