Skip to content

Commit

Permalink
ci: debug verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-yu committed Dec 17, 2024
1 parent f76df52 commit 0fe23aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
shell: bash -l {0}
run: |
conda activate plant-seg
pytest -s --cov --cov-report=xml
pytest -sv --cov --cov-report=xml
conda deactivate
# Upload Codecov report
Expand Down

0 comments on commit 0fe23aa

Please sign in to comment.