Fix recipe to work with latest rattler-build release#29
Fix recipe to work with latest rattler-build release#29Hofer-Julian wants to merge 1 commit intoconda-forge:mainfrom
Conversation
The `.*` glob pattern is incompatible with `==` and `>=` operators. Use bare glob `X.Y.*` instead of `==X.Y.*`, and `>=X.Y` instead of `>=X.Y.*`.
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
Automerge does not (and cannot, intentionally) work with the cirun server. Don't use it on this feedstock. Also, a change like this is not worth the hours of wasted CI time (both during PR and after merge). It can either wait for the next PR and/or be merged straight with a |
Sorry for the waste, and thanks for taking care of it. |
|
no worries :) (apologies if my tone was off; I just reread my comment, and it was formulated too transactionally. if it came across as harsh, that wasn't my intention) |
|
No offense taken. I struggle with the same. We're all super busy, and these are stressful times. Thanks for teaching me, and for dedicating your time to this stuff. |
|
@maresb Also, running builds on the CI server costs Conda-Forge money, so we want to be pretty responsible with triggering unnecessary builds. |
The
.*glob pattern is incompatible with==and>=operators. Use bare globX.Y.*instead of==X.Y.*, and>=X.Yinstead of>=X.Y.*.