potiuk commented on code in PR #56834:
URL: https://github.com/apache/airflow/pull/56834#discussion_r2442772564
##########
.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
Review Comment:
It was "accidentally left" :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]