You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue where a unit test freezes on windows-latest machine in GitHub Actions when using the Kaleido library (version 0.21.0) to create a Plotly figure. The test runs successfully on both Ubuntu and macOS.
Expected Behavior:
The test should create a Plotly figure, write it to an image file, and then compare the generated image to a baseline.
Description:
I'm encountering an issue where a unit test freezes on windows-latest machine in GitHub Actions when using the Kaleido library (version 0.21.0) to create a Plotly figure. The test runs successfully on both Ubuntu and macOS.
Expected Behavior:
The test should create a Plotly figure, write it to an image file, and then compare the generated image to a baseline.
Test Code:
GitHub Actions Workflow:
Troubleshooting Steps:
I've tried the following without success:
kaleido
Renderer at Export Time:Additional Notes:
I'm hoping to resolve this issue so that my tests can run consistently across all platforms.
The text was updated successfully, but these errors were encountered: