daipom commented on issue #3080: URL: https://github.com/apache/arrow-adbc/issues/3080#issuecomment-3025968583
If C++ dependencies are required for Python, it might be better to update the steps as follows? https://github.com/apache/arrow-adbc/blob/4fab33e1e243e69d45fb60c4fbe8242dfb6c7c19/CONTRIBUTING.md#L371 ```console $ mamba install --file ci/conda_env_cpp.txt ci/conda_env_python.txt ``` -- 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]
