Merge remote-tracking branch 'bertsky/loky-with-shm-for-175-rebuilt-refactored' into prepare-v0.6.0

# Conflicts:
#	src/eynollah/eynollah.py
This commit is contained in:
kba 2025-10-09 15:44:19 +02:00
commit 6fc6e274d3
15 changed files with 1003 additions and 1710 deletions

View file

@ -65,7 +65,12 @@ jobs:
run: |
python -m pip install --upgrade pip
make install-dev EXTRAS=OCR,plotting
make deps-test
make deps-test EXTRAS=OCR,plotting
ls -l models_*
- name: Lint with ruff
uses: astral-sh/ruff-action@v3
with:
src: "./src"
- name: Test with pytest
run: make coverage PYTEST_ARGS="-vv --junitxml=pytest.xml"
- name: Get coverage results