mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-10 06:34:11 +01:00
.
This commit is contained in:
parent
f902756ce1
commit
8732007aaf
8 changed files with 5 additions and 5 deletions
8
.github/workflows/test-eynollah.yml
vendored
8
.github/workflows/test-eynollah.yml
vendored
|
|
@ -25,10 +25,10 @@ jobs:
|
||||||
df -h
|
df -h
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Lint with ruff
|
# - name: Lint with ruff
|
||||||
uses: astral-sh/ruff-action@v3
|
# uses: astral-sh/ruff-action@v3
|
||||||
with:
|
# with:
|
||||||
src: "./src"
|
# src: "./src"
|
||||||
|
|
||||||
- name: Try to restore models_eynollah
|
- name: Try to restore models_eynollah
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ def model_dir(tests_dir):
|
||||||
|
|
||||||
@pytest.fixture()
|
@pytest.fixture()
|
||||||
def resources_dir(tests_dir):
|
def resources_dir(tests_dir):
|
||||||
return tests_dir / 'resources'
|
return tests_dir / 'resources/2files'
|
||||||
|
|
||||||
@pytest.fixture()
|
@pytest.fixture()
|
||||||
def image_resources(resources_dir):
|
def image_resources(resources_dir):
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 221 KiB After Width: | Height: | Size: 221 KiB |
Loading…
Add table
Add a link
Reference in a new issue