jscheffl commented on PR #61747: URL: https://github.com/apache/airflow/pull/61747#issuecomment-3881021073
> > `breeze ci upgrade`made it's job and failed in commit... because the automed prek on my side re-generated the outputs... then just added them... was wondering myself. Was my CI image outdated? Thought the SVG's are generated Docker-free... > > Hmm. strange indeed.. They should be outside.. Maybe it's a python version thing (the python version used to install breeze) ? Not sure... ``` (apache-airflow) jscheffl@hp860g9:~/Workspace/airflow$ uv tool list -vv DEBUG uv 0.10.0 TRACE Checking lock for `/home/jscheffl/.cache/uv` at `/home/jscheffl/.cache/uv/.lock` DEBUG Acquired shared lock for `/home/jscheffl/.cache/uv` TRACE Checking lock for `/home/jscheffl/.local/share/uv/tools` at `/home/jscheffl/.local/share/uv/tools/.lock` DEBUG Acquired exclusive lock for `/home/jscheffl/.local/share/uv/tools` DEBUG Checking for Python environment at: `/home/jscheffl/.local/share/uv/tools/apache-airflow-breeze` TRACE Found cached interpreter info for Python 3.10.17, skipping query of: /home/jscheffl/.local/share/uv/tools/apache-airflow-breeze/bin/python3 DEBUG Found existing environment for tool `apache-airflow-breeze`: /home/jscheffl/.local/share/uv/tools/apache-airflow-breeze apache-airflow-breeze v0.0.1 - breeze DEBUG Checking for Python environment at: `/home/jscheffl/.local/share/uv/tools/cherry-picker` TRACE Querying interpreter executable at /home/jscheffl/.local/share/uv/tools/cherry-picker/bin/python3 DEBUG Found existing environment for tool `cherry-picker`: /home/jscheffl/.local/share/uv/tools/cherry-picker cherry-picker v2.6.0 - cherry_picker DEBUG Checking for Python environment at: `/home/jscheffl/.local/share/uv/tools/diffoscope` TRACE Querying interpreter executable at /home/jscheffl/.local/share/uv/tools/diffoscope/bin/python3 DEBUG Found existing environment for tool `diffoscope`: /home/jscheffl/.local/share/uv/tools/diffoscope diffoscope v306 - diffoscope DEBUG Checking for Python environment at: `/home/jscheffl/.local/share/uv/tools/twine` TRACE Querying interpreter executable at /home/jscheffl/.local/share/uv/tools/twine/bin/python3 DEBUG Found existing environment for tool `twine`: /home/jscheffl/.local/share/uv/tools/twine twine v6.2.0 - twine DEBUG Checking for Python environment at: `/home/jscheffl/.local/share/uv/tools/ty` TRACE Querying interpreter executable at /home/jscheffl/.local/share/uv/tools/ty/bin/python3 DEBUG Found existing environment for tool `ty`: /home/jscheffl/.local/share/uv/tools/ty ty v0.0.6 - ty DEBUG Released lock at `/home/jscheffl/.local/share/uv/tools/.lock` DEBUG Released lock at `/home/jscheffl/.cache/uv/.lock` ``` -- 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]
