We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593a263 commit 2985205Copy full SHA for 2985205
.github/workflows/build.yml
@@ -336,9 +336,9 @@ jobs:
336
IGRAPH_USE_SANITIZERS: 1
337
run: |
338
pip install --prefer-binary '.[test]'
339
- # Uninstall NumPy, SciPy and Matplotlib because related tests cause false positives in the
+ # Uninstall some test dependencies because related tests cause false positives in the
340
# leak sanitizer checks
341
- pip uninstall -y numpy scipy matplotlib
+ pip uninstall -y numpy scipy matplotlib pandas pillow
342
343
# Only pytest, and nothing else should be run in this section due to the presence of LD_PRELOAD.
344
# The ASan/UBSan library versions need to be updated when switching to a newer Ubuntu/GCC.
0 commit comments