mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-11 14:18:30 +00:00
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
|
||||
Reference in New Issue
Block a user