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
MatchSpec
run_exports.from_package
Currently we don't allow matchspecs in the run_exports.from_package list. We only allow literal PackageName.
PackageName
Sometimes when templating it's easier to just use a matchspec, for example:
requirements: ignore_run_exports: from_package: - ${{ compiler('cxx') }}
To support this, we should consider to also allow MatchSpecs in this section.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we don't allow matchspecs in the
run_exports.from_package
list. We only allow literalPackageName
.Sometimes when templating it's easier to just use a matchspec, for example:
To support this, we should consider to also allow MatchSpecs in this section.
The text was updated successfully, but these errors were encountered: