Conversation
|
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 ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12978656305. Examine the logs at this URL for more detail. |
|
I think this can probably be closed @h-vetinari? |
After demanding the revert of conda-forge/conda-forge-pinning-feedstock@ff043bb, Isuru promised to help fix this issue (c.f. conda-forge/conda-forge-pinning-feedstock#6967). It's still unresolved. |
75dabb4 to
46ee9aa
Compare
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe/meta.yaml:
For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/20122243489. Examine the logs at this URL for more detail. |
|
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 ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/20790997147. Examine the logs at this URL for more detail. |
…rge-pinning 2025.12.29.20.21.59 Other tools: - conda-build 25.9.0 - rattler-build 0.47.0 - rattler-build-conda-compat 1.4.5
5b6147c to
2876fc7
Compare
| # CUDA builds on GPU agents, non-CUDA builds on CPU agents; see above | ||
| {% if (cuda_compiler_version == "None" and "gpu" in github_actions_labels) or (cuda_compiler_version != "None" and "cpu" in github_actions_labels) %} | ||
| skip: true | ||
| {% endif %} |
There was a problem hiding this comment.
This should work as soon as conda-smithy > 3.54.1 is released!
Test whether 200 characters are short enough for the windows server; uses a conda-smithy patch as proposed here
Includes #318, but that's kinda irrelevant