Skip to content

Commit

Permalink
mod: run pytest w/ --color=yes in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Steinmetzer committed Nov 5, 2024
1 parent 2b52800 commit bc3d501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: >
pytest -v
--cov=pysisyphus --cov-config .coveragerc --cov-report xml --cov-report term
--color yes
--show-capture=no
--durations=0
-m "not benchmark and not skip_ci"
Expand Down

0 comments on commit bc3d501

Please sign in to comment.