Skip to content

Commit

Permalink
Make Pytest log in color in Github Action (mosaicml#1412)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel King <[email protected]>
  • Loading branch information
eitanturok and dakinggg authored Jul 31, 2024
1 parent 78e91ef commit 461a402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ reportMissingImports = "none"
# Pytest
[tool.pytest.ini_options]
# By default, skip gpu tests
addopts = "--tb=short -m 'not gpu'"
addopts = "--tb=short -m 'not gpu' --color=yes"

markers = [
# For distributed testing
Expand Down

0 comments on commit 461a402

Please sign in to comment.