This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 8988d948ed6 [v3-1-test] Upgrade uv and remove accidental uv sync
(#56834) (#56838)
8988d948ed6 is described below
commit 8988d948ed6ab9a051676e27e3c2f5fb0305a764
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 19 07:51:29 2025 +0200
[v3-1-test] Upgrade uv and remove accidental uv sync (#56834) (#56838)
Uv upgraded to 0.9.4 and also we remove accidentally added uv sync
(cherry picked from commit 2eb48e23c93910dfe8f5984efe05152d0b49be6f)
Co-authored-by: Jarek Potiuk <[email protected]>
---
.github/actions/install-prek/action.yml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/.github/actions/install-prek/action.yml
b/.github/actions/install-prek/action.yml
index fa950deca81..a4c2de868bf 100644
--- a/.github/actions/install-prek/action.yml
+++ b/.github/actions/install-prek/action.yml
@@ -88,14 +88,6 @@ runs:
echo
shell: bash
if: steps.restore-prek-cache.outputs.stash-hit == 'true'
- - name: "Prepare local venv for pygrep"
- # Prek cache restore seems to have a bug where removed temporary python
is
- # used in cached pygrep installation. It seems prek can fallback to uv
sync installed python
- # So let's install it. See https://github.com/j178/prek/issues/918:
- run: |
- uv sync --no-dev --no-install-workspace
- shell: bash
- if: steps.restore-prek-cache.outputs.stash-hit == 'true'
- name: "Make sure cache is cleared on cache miss"
run: |
echo "Cleaning up prek cache in case of cache miss (in case of
pre-installed-cache from the system)"