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 74f6b87 commit 6c6fcc5Copy full SHA for 6c6fcc5
tests/test_generic_plotter.py
@@ -30,7 +30,7 @@
30
from ansys.tools.visualization_interface import ClipPlane, MeshObjectPlot, Plotter
31
from ansys.tools.visualization_interface.backends.pyvista import PyVistaBackend
32
33
-IN_GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS") == "true"
+IN_GITHUB_ACTIONS = os.getenv("IN_GITHUB_ACTIONS") == "true"
34
35
36
class CustomTestClass:
0 commit comments