mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-27 07:44:12 +01:00
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:
commit
6fc6e274d3
15 changed files with 1003 additions and 1710 deletions
7
.github/workflows/test-eynollah.yml
vendored
7
.github/workflows/test-eynollah.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue