Skip to content

Commit

Permalink
Fixing Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHoerst committed Jan 9, 2024
1 parent 48eab1a commit f4fafce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4fafce

Please sign in to comment.