Sandeep Datta
Sandeep Datta
Please do not use string comparison for comparing paths. Consider normalizing the paths before comparison using `os.path.normpath` or use the Path class etc. https://github.com/conda/conda-build/blob/c71c4abee1c85f5a36733c461f224941ab3ebbd1/conda_build/post.py#L466 I am hitting this assert since...
I have created a PR against the conda-forge staged-recipes repository to get us started. Please take a look: https://github.com/conda-forge/staged-recipes/pull/25886. I have also included the maintainers from the conda-forge UCX package...
You'll need to use an SSH key instead of a PAT if any URL in your `.gitmodules` file starts with `ssh://` instead of `https://` or `[email protected]:` otherwise GitHub will fail...