Skip to content

Commit

Permalink
Removing the quiet from build step - devs want it back
Browse files Browse the repository at this point in the history
  • Loading branch information
dtpryce committed Jul 14, 2023
1 parent 1f2ba2f commit 9223a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlserver/cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
conda env create \
--name $MLSERVER_ENV_NAME \\
--file $envFile; \\
conda-pack --ignore-missing-files --quiet \
conda-pack --ignore-missing-files \
-n $MLSERVER_ENV_NAME \\
-o $MLSERVER_ENV_TARBALL; \\
fi \\
Expand Down

0 comments on commit 9223a28

Please sign in to comment.