Isuru Fernando
Isuru Fernando
Same question to you @jakirkham.
Since both of you don't like to give a reproducer, here's one I wrote for you. ``` sed -i.bak 's/tooling_branch_name: main/tooling_branch_name: main2/g' conda-forge.yml git add conda-forge.yml conda smithy rerender git...
Thanks you for sending examples. I appreciate it. 1. But if we ever add a new template - The new template will be added by conda-smithy 2. or rename one...
There was a typo that I fixed in https://github.com/conda-forge/conda-smithy/pull/1822 that should hopefully fix the GHA webservice updates
Do you have a code that I can run that this PR helps with?
@pytorchbot rebase -b viable/strict
@pytorchbot merge
Can we move this to https://github.com/conda-forge/conda-forge-ci-setup-feedstock/blob/main/recipe/conda_forge_ci_setup/build_utils.py#L136?
I don't think this is necessary after https://github.com/conda-forge/conda-smithy/pull/1774 right?
There's already such a feature. See https://github.com/symengine/symengine/blob/d51595b6048b1ba5260a5fd1db33d8f9e0e69cb5/symengine/parser/parser.h#L48-L50 in particular `parser_constants` argument.