This commit is contained in:
aptalca 2022-09-04 20:49:53 -04:00
parent 568b34dad7
commit 220b5c19d0

View File

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bash
if ! pip list 2>&1 | grep -q "scikit-learn"; then
if ! pip list 2> /dev/null | grep -q "scikit-learn"; then
echo "**** Adding scikit-learn and deps to package install lists ****"
echo "\
build-essential \