mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user