Hi folks, I am trying to make a tiny PR on the doc...
# beginners-need-help
p
Hi folks, I am trying to make a tiny PR on the documentation for a missing import in some code, literally
from pluggy import PluginManager
. If I follow the guidelines (which I partly did), I need to run
make build-docs
to check the result. When checking the content of the script, it turns out that it installs then entire test environment, including
pyspark
(300 MB) and
tensorflow
(500MB). This seems to me a bit extreme. Did I do something wrong?