We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a449852 commit 64b0ddaCopy full SHA for 64b0dda
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ env:
33
DPF_PORT: 21004
34
MAPDL_PACKAGE: ghcr.io/ansys/mapdl
35
ON_CI: True
36
- 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'
37
BUILD_CHEATSHEET: True
38
39
# Following env vars when changed will "reset" the mentioned cache,
doc/changelog.d/3484.maintenance.md
@@ -0,0 +1 @@
1
+ci: force coloring in pytest
0 commit comments