Skip to content

Commit 75c49c6

Browse files
committed
ci: uninstall matplotlib
1 parent 1e4b042 commit 75c49c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,9 @@ jobs:
336336
IGRAPH_USE_SANITIZERS: 1
337337
run: |
338338
pip install --prefer-binary '.[test]'
339+
# Uninstall Matplotlib because Matplotlib-related tests cause false positives in the
340+
# leak sanitizer checks
341+
pip uninstall matplotlib
339342
340343
# Only pytest, and nothing else should be run in this section due to the presence of LD_PRELOAD.
341344
# The ASan/UBSan library versions need to be updated when switching to a newer Ubuntu/GCC.

0 commit comments

Comments
 (0)