This is an automated email from the ASF dual-hosted git repository.
weilee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 564139d616a ci(github-actions): add uv to news-fragment action (#43878)
564139d616a is described below
commit 564139d616ae4fda961efbe754030ba437e79acc
Author: Wei Lee <[email protected]>
AuthorDate: Mon Nov 11 22:06:38 2024 +0800
ci(github-actions): add uv to news-fragment action (#43878)
---
.github/workflows/news-fragment.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/news-fragment.yml
b/.github/workflows/news-fragment.yml
index 31b0f51b1f2..bf1bd6ce27b 100644
--- a/.github/workflows/news-fragment.yml
+++ b/.github/workflows/news-fragment.yml
@@ -38,6 +38,7 @@ jobs:
- name: Check news fragment
run: >
+ python -m pip install --upgrade uv &&
uv tool run towncrier check
--dir .
--config newsfragments/config.toml