Skip to content

Commit

Permalink
Revert "test 3"
Browse files Browse the repository at this point in the history
This reverts commit de35257.
  • Loading branch information
MichaelFu512 committed May 21, 2024
1 parent f5b99ca commit 34996d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions evalml/tests/utils_tests/test_gen_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ def in_container_arm64():
The env var is set in the Dockerfile.arm for the purposes of local
testing in a container on a mac M1, otherwise it's a noop.
"""
# if os.getenv("DOCKER_ARM", None):
import plotly.io as pio
if os.getenv("DOCKER_ARM", None):
import plotly.io as pio

pio.kaleido.scope.chromium_args += (
"--single-process",
"--headless",
"--disable-gpu",
)
pio.kaleido.scope.chromium_args += (
"--single-process",
"--headless",
"--disable-gpu",
)


@patch("importlib.import_module")
Expand Down

0 comments on commit 34996d5

Please sign in to comment.