Skip to content

Commit

Permalink
real-time output for builder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Mar 14, 2024
1 parent 163d1bc commit d59e70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip install -r ./tools/scripts/requirements-dev.txt
- name: Test with pytest (builder)
run: |
PYTHONPATH=. coverage run --parallel-mode -m pytest -v -rA ./tools/cellxgene_census_builder/tests/
PYTHONPATH=. coverage run --parallel-mode -m pytest -v -rA -s ./tools/cellxgene_census_builder/tests/
- uses: actions/upload-artifact@v4
with:
name: coverage-builder-${{ matrix.os }}-${{ matrix.python-version }}
Expand Down

0 comments on commit d59e70c

Please sign in to comment.