Closed AlbertDeFusco closed 1 month ago
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 (recipe/meta.yaml
) and found it was in an excellent condition.
https://github.com/conda-forge/anaconda-cloud-cli-feedstock/pull/6 shoud be merged first
Oh. Done.
Hi @xhochy, is there something else that needs to be done here?
FYI the feedstock CI failed on the merge commit https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/commit/12ed7ea046ec2ddf8425bcf9a75e7471644d2a23
oh, I didn't notice the merge failure. Thanks @jdblischak. Do you have a recommendation? I'll take a look at what's going on today.
Do you have a recommendation? I'll take a look at what's going on today.
@AlbertDeFusco you don't have to do anything. While the CI did fail on the merge commit from this PR, the CI was subsequently fixed and succeeded. Thus your patch is already in effect, and there is no further action you need to take.
Demo:
$ mamba create --dry-run -n test -c conda-forge anaconda-cloud-cli=0.1 anaconda-cli-base=0.3
Looking for: ['anaconda-cloud-cli=0.1', 'anaconda-cli-base=0.3']
conda-forge/linux-64 Using cache
conda-forge/noarch Using cache
Could not solve for environment specs
The following packages are incompatible
├─ anaconda-cli-base 0.3** is requested and can be installed;
└─ anaconda-cloud-cli 0.1** is not installable because it requires
└─ anaconda-cli-base <0.3.0 , which conflicts with any installable versions previously reported.
Checklist
generate_patch_json.py
if absolutely necessary.pre-commit run -a
and ensured all files pass the linting checks.python show_diff.py
and posted the output as part of the PR.show_diff.py output limited to this pacakge