Skip to content

Commit

Permalink
test: lower build time by using a smaller model
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegasust authored and cpcloud committed Oct 26, 2023
1 parent 962f1a5 commit 4f04d99
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 508 deletions.
2 changes: 1 addition & 1 deletion tests/use-url-wheel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let
};
py = poetry2nix.mkPoetryPackages args;
app = poetry2nix.mkPoetryApplication args;
url_nix_store = py.python.pkgs.de-dep-news-trf.src;
url_nix_store = py.python.pkgs.de-core-news-sm.src;
url_is_wheel = url_nix_store.isWheel or false;
output =
runCommand "app_eval"
Expand Down
Loading

0 comments on commit 4f04d99

Please sign in to comment.