Skip to content

Commit a0cab35

Browse files
committed
ci: do not ask for confirmation when removing matplotlib
1 parent 0545b73 commit a0cab35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
pip install --prefer-binary '.[test]'
339339
# Uninstall Matplotlib because Matplotlib-related tests cause false positives in the
340340
# leak sanitizer checks
341-
pip uninstall matplotlib
341+
pip uninstall -y 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)