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 0545b73 commit a0cab35Copy full SHA for a0cab35
.github/workflows/build.yml
@@ -338,7 +338,7 @@ jobs:
338
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
+ pip uninstall -y matplotlib
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