Skip to content

Commit

Permalink
Enable color output from pytest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Feb 6, 2024
1 parent 5033849 commit d5dc18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
lscpu
- name: Run tests with pytest
run: pytest -v -s --nbval --cov=pynucastro
run: pytest -v -s --nbval --cov=pynucastro --color=yes

- name: Upload output from failed write_network tests
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d5dc18e

Please sign in to comment.