Skip to content

Commit

Permalink
ci: force coloring in pytest (#3484)
Browse files Browse the repository at this point in the history
* ci: force coloring in pytest

* chore: adding changelog file 3484.maintenance.md [dependabot-skip]

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
germa89 and pyansys-ci-bot authored Oct 15, 2024
1 parent a449852 commit 64b0dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
DPF_PORT: 21004
MAPDL_PACKAGE: ghcr.io/ansys/mapdl
ON_CI: True
PYTEST_ARGUMENTS: '-vvv -ra --durations=10 --maxfail=3 --reruns 3 --reruns-delay 4 --cov=ansys.mapdl.core --cov-report=html'
PYTEST_ARGUMENTS: '-vvv --color=yes -ra --durations=10 --maxfail=3 --reruns 3 --reruns-delay 4 --cov=ansys.mapdl.core --cov-report=html'
BUILD_CHEATSHEET: True

# Following env vars when changed will "reset" the mentioned cache,
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3484.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: force coloring in pytest

0 comments on commit 64b0dda

Please sign in to comment.