potiuk commented on PR #60176:
URL: https://github.com/apache/airflow/pull/60176#issuecomment-3724533475

   ok . the problem is that you have not specified neither dependencies in 
`.pre-commit-config.yml` nor as inline dependencies like in other scripts:
   
   ```
   # /// script
   # requires-python = ">=3.10,<3.11"
   # dependencies = [
   #   "rich>=13.6.0",
   # ]
   # ///
   ```
   
   
   What then `prek` is doing, it tries to run `uv sync` in the main repo and it 
tries to install all dev packages - including kerberors - and it seems that 
when runnin `uv sync` for airflow it needs to build kerberos on GH runner and 
it fails.
   
   Adding proper dependencies as inline dependencies should fix the issue. 
   


-- 
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]

Reply via email to