Skip to content

Commit

Permalink
Python release: do not build all Python packages
Browse files Browse the repository at this point in the history
as we agreed not to. Maybe in the future we will again. Do build a
couple of packages that take a longer time to build.
  • Loading branch information
FRidh committed May 7, 2017
1 parent 0a897b2 commit d4dde07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/top-level/release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ let
ocamlPackages = { };
perlPackages = { };
pythonPackages = {
blaze = unix;
pandas = unix;
scikitlearn = unix;
};
Expand All @@ -122,6 +123,12 @@ let
pandas = unix;
scikitlearn = unix;
};
python36Packages = {
blaze = unix;
pandas = unix;
scikitlearn = unix;
};

} ));

in jobs

0 comments on commit d4dde07

Please sign in to comment.