Skip to content

Commit 593a263

Browse files
committed
ci: do not run numpy and scipy related tests with a sanitizer either
1 parent bd64579 commit 593a263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +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
339+
# Uninstall NumPy, SciPy and Matplotlib because related tests cause false positives in the
340340
# leak sanitizer checks
341-
pip uninstall -y matplotlib
341+
pip uninstall -y numpy scipy matplotlib
342342
343343
# Only pytest, and nothing else should be run in this section due to the presence of LD_PRELOAD.
344344
# The ASan/UBSan library versions need to be updated when switching to a newer Ubuntu/GCC.

0 commit comments

Comments
 (0)