rickyzhang82 commented on issue #41525: URL: https://github.com/apache/airflow/issues/41525#issuecomment-2548697201
@eladkal, I followed the doc `contributing-docs/07_local_virtualenv.rst` to create my dev playpen. I ran the following ``` pip install -e ".[devel,postgres,redis,celery,cncf-kubernetes]" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.2/constraints-3.9.txt" ``` It doesn't seem that my local playpen pick up the right version of the providers w.r.t `2.10.2` core. How would you make them matched? -- 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]
