We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While investigating some integration testing logs, I found that, on occasion, recipe files use capitalized field names, like Skip instead of skip.
Skip
skip
This obviously breaks schema validation in rattler-build but presumably conda-build doesn't care.
rattler-build
conda-build
We could easily correct for this BUT it does not appear this issue happens particularly often, so it is a lower priority issue.
The text was updated successfully, but these errors were encountered:
Similarly, skip seems to get corrupted a lot of different ways. I see multiple skipt and skips in recipe files in Anaconda and Bioconda.
skipt
skips
Sorry, something went wrong.
I only see one instance of this right now and that got solved with the "spelling corrections" change in this PR: #54
So I'm calling this closed for now.
No branches or pull requests
While investigating some integration testing logs, I found that, on occasion, recipe files use capitalized field names, like
Skip
instead ofskip
.This obviously breaks schema validation in
rattler-build
but presumablyconda-build
doesn't care.We could easily correct for this BUT it does not appear this issue happens particularly often, so it is a lower priority issue.
The text was updated successfully, but these errors were encountered: