potiuk commented on pull request #16927:
URL: https://github.com/apache/airflow/pull/16927#issuecomment-877765265


   The tests in main were failing with 
(https://github.com/apache/airflow/runs/3039240162?check_suite_focus=true#step:8:1585)
   
   `  
/home/runner/actions-runner/_work/airflow/airflow/.build/.kubernetes_venv/airflow-python-3.9-v1.18.15_host_python_3.6_CeleryExecutor/bin/pip:
 2: exec: 
/home/runner/actions-runner/_work/airflow/airflow/.build/.kubernetes_venv/airflow-python-3.9-v1.18.15_host_python_3.6_CeleryExecutor/bin/python3:
 not found`
   
   Because the python3 binary was missing from the cache (I believe)
   
   Let's see if it helps. Another hypothesis I had was that the python3 
symbolic link is not properly stored in the cache of GitHub Actions. So if that 
one does not work we can simply disable the cache altogether (it does not take 
that long to build airflow's venv with [cncf.kubernetes, devel] extra only, and 
this is what the venv really is - it is needed to run all the k8s tests.
   


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