gnu: python-scikit-learn: Return #t from phases.
* gnu/packages/machine-learning.scm (python-scikit-learn)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
8448e6bfcf
commit
e96ba83fae
|
@ -730,7 +730,7 @@ computing environments.")
|
|||
(setenv "HOME" "/tmp")
|
||||
;; Step out of the source directory just to be sure.
|
||||
(chdir "..")
|
||||
(zero? (system* "nosetests" "-v" "sklearn")))))))
|
||||
(invoke "nosetests" "-v" "sklearn"))))))
|
||||
(inputs
|
||||
`(("openblas" ,openblas)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in New Issue