Skip to content

silverback build --generate doesn't work with pinned plugins in ape-config.yaml #220

New issue

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

Open
fubuloubu opened this issue Mar 25, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@fubuloubu
Copy link
Member

What went wrong?

My ape-config.yaml has a pinned plugin in it:

plugins:
 - name: aws
   version: ">=0.8.1b1"

However, ape plugins install -U . will not install pinned plugins, so it does not end up in the build

How can it be fixed?

Work around is to add the pinned plugin to requirements.txt instead

@fubuloubu fubuloubu added the bug Something isn't working label Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant