This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 472b54d9816 NIFI-15767 Replaced setup-uv with pip install uv in
code-coverage workflow (#11075)
472b54d9816 is described below
commit 472b54d98167c15bd25d54105c39bb427c015928
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Mar 30 16:09:29 2026 +0200
NIFI-15767 Replaced setup-uv with pip install uv in code-coverage workflow
(#11075)
Signed-off-by: David Handermann <[email protected]>
---
.github/workflows/code-coverage.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/code-coverage.yml
b/.github/workflows/code-coverage.yml
index da851caff89..781f46a9600 100644
--- a/.github/workflows/code-coverage.yml
+++ b/.github/workflows/code-coverage.yml
@@ -161,10 +161,7 @@ jobs:
with:
python-version: '3.10'
- name: Set up Astral uv
- uses: astral-sh/setup-uv@v5
- with:
- python-version: '3.10'
- enable-cache: false
+ run: pip install uv
- name: Build Dependencies
env:
MAVEN_OPTS: >-