From f4fafce0401a69eab83128f0a47e7224fbe5fe18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Ho=CC=88rst?= Date: Tue, 9 Jan 2024 13:31:53 +0100 Subject: [PATCH] Fixing Environment --- .github/workflows/test_build.yml | 8 ++++---- environment.yaml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index f2c33b2..a9b78b0 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -33,10 +33,10 @@ jobs: auto-update-conda: true auto-activate-base: false - name : Run CLI Tests - run: python -m pytest ./tests/test_cli + run: python -m pytest -vv -s ./tests/test_cli - name : Run Util Tests - run: python -m pytest ./tests/test_utils + run: python -m pytest -vv -s ./tests/test_utils - name : Run Macenko Tests - run: python -m pytest ./tests/test_macenko_module + run: python -m pytest -vv -s ./tests/test_macenko_module - name : Run Core Tests - run: python -m pytest ./tests/test_core_modules + run: python -m pytest -vv -s ./tests/test_core_modules diff --git a/environment.yaml b/environment.yaml index 5e31773..2795208 100644 --- a/environment.yaml +++ b/environment.yaml @@ -42,6 +42,7 @@ dependencies: - pydantic==1.10.4 - pyjwt==2.6.0 - pytest==7.4.4 + - pytest-sugar==0.9.7 - rasterio==1.3.5.post1 - schema==0.7.5 - scikit-image==0.19.3