Skip to content

Commit

Permalink
Another attempt at plotly fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed Nov 17, 2024
1 parent 09491de commit 1decd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/test_plotly_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def figure():
def test_plotly_static_writer(figure: go.Figure, tmp_path: pathlib.Path) -> None:
file_path = tmp_path / "figure.png"

os.environ["BROWSER_PATH"] = "" # required for PlotlyStaticWriter to work
os.environ["BROWSER_PATH"] = "/path/to/browser" # required for PlotlyStaticWriter to work
writer = PlotlyStaticWriter(path=file_path)
metadata = writer.save_data(figure)

Expand Down

0 comments on commit 1decd00

Please sign in to comment.