python3Packages.pandas: enable parallel build

This commit is contained in:
Phillip Cloud 2022-04-22 07:26:46 -04:00 committed by Frederik Rietdijk
parent 52248e4466
commit 5be42ba941

View File

@ -122,6 +122,8 @@ buildPythonPackage rec {
export PATH=$(pwd):$PATH
'';
enableParallelBuilding = true;
pythonImportsCheck = [ "pandas" ];
meta = with lib; {