Skip to content
Snippets Groups Projects
Unverified Commit e50d48e9 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Use non-interactive matplotlib backend on Windows.

Fixes FAILED tests/test_plot.py::TestPlotting::test_save_animation - _tkinter.TclError: invalid command name "tcl_findLibrary"

See e.g. https://github.com/materialsproject/pymatgen/pull/4168
parent 3f87d0eb
No related branches found
No related tags found
No related merge requests found
Pipeline #27312 passed
......@@ -152,6 +152,8 @@ tests (win - pip) [R]:
rules:
- *regression-rules
needs: []
variables:
MPLBACKEND: Agg # non-interactive backend for matplotlib
before_script:
- python -m venv .venv
- .venv\Scripts\Activate.ps1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment