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-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 4b4e94e Install all dependencies in the analysis workflow
4b4e94e is described below
commit 4b4e94e412f8a6a14f67bfbabcb0bc90a9b1b1ac
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Oct 21 14:29:08 2025 +0100
Install all dependencies in the analysis workflow
---
.github/workflows/analyze.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml
index 9dc90c0..08b9a61 100644
--- a/.github/workflows/analyze.yml
+++ b/.github/workflows/analyze.yml
@@ -31,7 +31,7 @@ jobs:
version: ${{ env.UV_VERSION }}
- name: Install dependencies
- run: uv sync --dev
+ run: uv sync --all-groups
- name: Cache pre-commit data
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]