edithturn commented on pull request #22327: URL: https://github.com/apache/airflow/pull/22327#issuecomment-1079476927
@potiuk I understood the idea. Thanks! I tried to make the first and second points. Created the **entrypoint** for "selective-checks-python" However, for **freespace** we need to install "Setup python" and "python -m pip install --editable ./dev/breeze/" which are installed in another job. In the case of "selective check python", I added this dependency to make the **entrypoint** work. And I am getting "permission denied" => `[Errno 13] Permission denied: '/usr/lib/python3.8/site-packages'`, Looking for this issue there are 03 possible solutions:  https://github.com/googlesamples/assistant-sdk-python/issues/236#issuecomment-748752106 I tried "--user" and "venv", they are not working. build-info is the first job in ci.yaml, for that reason it doesn't have all the inputs necessary to build things. Is this right? https://github.com/apache/airflow/runs/5698251497?check_suite_focus=true -- 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]
