Skip to content

Commit

Permalink
Update tests-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekarreddydfci authored Mar 6, 2024
1 parent 59966e5 commit 260b24d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ jobs:
coverage run --data-file=.coverage_others -m pytest -v -m "not slow and not exclude"
continue-on-error: true

- name: Test tile_stitcher with pytest and generate coverage
shell: bash -l {0}
run: |
coverage run --data-file=.coverage_tilestitcher -m pytest tests/preprocessing_tests/test_tilestitcher.py
continue-on-error: true

# steps:
# - uses: actions/checkout@v2

Expand Down

0 comments on commit 260b24d

Please sign in to comment.