Skip to content

Commit

Permalink
Group installation logs in testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrost-mo committed Mar 28, 2024
1 parent 89bd0e2 commit a21e12f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
env:
PY_COLORS: "1"
run: |
# Install package and run pytest.
echo '::group::Installing local package'
python3 -m pip install .
echo '::endgroup::'
pytest --verbose --cov --cov-append --cov-config=pyproject.toml
mv .coverage ".coverage.${{ matrix.py-ver }}"
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a21e12f

Please # to comment.