Skip to content
Snippets Groups Projects
Commit 2bb20710 authored by Lars Bilke's avatar Lars Bilke Committed by Tobias Meisel
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 4b2934c1
Branches
Tags
No related merge requests found
......@@ -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.
Please register or to comment