OpenAstronomy/azure-pipelines-templates

conda on macos with Python 3.10 seems broken (and it's now the default)

Cadair opened this issue · 1 comments

Running conda jobs without a Python prefix will put python= in the conda install command. I doubt that is the issue as it should have failed before solving the env. The conda Python build it downloads does have a /lib/py3.1 however it's a symbolic link (probably for code which isn't expecting 2 digits in the minor version). Maybe Azure doesn't allow the symlink? Not at computer right now but can take a look tomorrow. Probably an upstream issue though.