Skip to content

Commit 6c6fcc5

Browse files
fix: Align env variables
1 parent 74f6b87 commit 6c6fcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_generic_plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from ansys.tools.visualization_interface import ClipPlane, MeshObjectPlot, Plotter
3131
from ansys.tools.visualization_interface.backends.pyvista import PyVistaBackend
3232

33-
IN_GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS") == "true"
33+
IN_GITHUB_ACTIONS = os.getenv("IN_GITHUB_ACTIONS") == "true"
3434

3535

3636
class CustomTestClass:

0 commit comments

Comments
 (0)