Open dstansby opened 1 month ago
You need to add the python_rc label channel I think.
Ah yes, that seems right: https://conda-forge.org/docs/maintainer/knowledge_base/#installing-a-pre-release-build
Do you know how to pass labels to the setup-miniconda
action? They don't seem to be mentioned in the README.
Ah, passing channels: conda-forge, conda-forge/label/python_rc
seems to have worked. Would you be open to me adding how to do this to the README of setup-miniconda
?
Sorry for the delay, yes go for it!
For testing purposes, it would be nice to be able to install Python pre-release versions, for example Python 3.13.0rc2 is currently available on conda-forge. When I tried to set the Python version to 3.13.0rc2, I got the error (see GH actions run here):