This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 53c9251 Do not install the dev group in the containers
53c9251 is described below
commit 53c9251082edd9faebedb8d931fca186c556fa21
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Jul 15 15:03:10 2025 +0100
Do not install the dev group in the containers
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 8752736..da8a784 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ serve-local:
--keyfile key.pem --certfile cert.pem atr.server:app --debug --reload
sync:
- uv sync
+ uv sync --no-dev
update-deps:
uv lock --upgrade
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]